Skip to content

Commit eb1c017

Browse files
committed
Update GitHub Action workflows to actions/upload-artifact@v6
1 parent 034ee3f commit eb1c017

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
@@ -391,7 +391,7 @@ jobs:
391391
${{ github.sha }} \
392392
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
393393
> $GITHUB_STEP_SUMMARY
394-
- uses: actions/upload-artifact@v4
394+
- uses: actions/upload-artifact@v6
395395
with:
396396
name: profiles
397397
path: ${{ github.workspace }}/benchmark/profiles

0 commit comments

Comments
 (0)