Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 6732112 commit 38bb995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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@v3
uses: actions/upload-artifact@v4
with:
name: baselines
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/regressions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
# filename: name of the results file
- name: Upload ${{matrix.task_type}} results as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.benchmark.outputs.filename }}
path: |
Expand Down 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@v3
uses: actions/upload-artifact@v4
with:
name: ${{ github.repository_owner }}_${{ steps.extract.outputs.branch }}_${{ github.sha }}
path: |
Expand Down

0 comments on commit 38bb995

Please sign in to comment.