Skip to content

Commit 042ef92

Browse files
authored
Merge pull request #461 from Julian/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents a350b43 + b441ca5 commit 042ef92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
just profile-test --show-output --export-json output/results.json --export-markdown "$GITHUB_STEP_SUMMARY"
2828
2929
- name: Upload benchmark results
30-
uses: actions/upload-artifact@v5
30+
uses: actions/upload-artifact@v6
3131
with:
3232
name: profile-test
3333
path: output/results.json

0 commit comments

Comments
 (0)