Skip to content

Commit bba24f0

Browse files
committed
Update GitHub Action workflows to actions/upload-artifact@v4 (master)
This applies the upgrade for workflows that have been added in the master branch.
1 parent 91fde8b commit bba24f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
${{ github.sha }} \
301301
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
302302
> $GITHUB_STEP_SUMMARY
303-
- uses: actions/upload-artifact@v3
303+
- uses: actions/upload-artifact@v4
304304
with:
305305
name: profiles
306306
path: ${{ github.workspace }}/benchmark/profiles

0 commit comments

Comments
 (0)