Skip to content

Commit

Permalink
Update GitHub Action workflows to actions/upload-artifact@v4 (master)
Browse files Browse the repository at this point in the history
This applies the upgrade for workflows that have been added in the master
branch.
  • Loading branch information
TimWolla committed Jan 31, 2024
1 parent 91fde8b commit bba24f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
${{ github.sha }} \
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
> $GITHUB_STEP_SUMMARY
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: profiles
path: ${{ github.workspace }}/benchmark/profiles
Expand Down

0 comments on commit bba24f0

Please sign in to comment.