Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3.0.0 to 3.1.0 (#691)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 23, 2022
1 parent fa3ed4e commit 217db10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
- run: ./build.cmd Workflow --containers none
if: ${{ runner.os == 'macOS' }}
- name: Upload logs
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
if: always()
with:
name: logs-${{ matrix.machine }}
path: build_data/profiler-logs/
- name: Upload binaries
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
if: always()
with:
name: bin-${{ matrix.machine }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
6.0.x
- run: ./build.cmd
- name: Upload binaries
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
if: always()
with:
name: bin-${{ matrix.machine }}
Expand Down

0 comments on commit 217db10

Please sign in to comment.