Skip to content

Commit

Permalink
Bump actions/upload-artifact from 2 to 3 (#1514)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v3)

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

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 and eddiebergman committed Aug 18, 2022
1 parent ff04a6f commit e866b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-baselines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
# results_path: path to the benchmark results
- name: Upload Results as Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: baselines
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regressions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ jobs:
# compared_means: path to the results of regression test vs baseline
- name: Upload all results together as an artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ github.repository_owner }}_${{ steps.extract.outputs.branch }}_${{ github.sha }}
path: |
Expand Down

0 comments on commit e866b06

Please sign in to comment.