We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/upload-artifact@v6
1 parent 034ee3f commit eb1c017Copy full SHA for eb1c017
1 file changed
.github/workflows/push.yml
@@ -391,7 +391,7 @@ jobs:
391
${{ github.sha }} \
392
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
393
> $GITHUB_STEP_SUMMARY
394
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
395
with:
396
name: profiles
397
path: ${{ github.workspace }}/benchmark/profiles
0 commit comments