Skip to content

Commit b1faf64

Browse files
authored
Merge pull request #13 from JuliaGraphs/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 8be0b30 + 6f6bd61 commit b1faf64

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
@@ -51,7 +51,7 @@ jobs:
5151
run: echo ${{ github.event.pull_request.number }} > ./pull-request-number.artifact
5252

5353
# save as artifacts (performance tracking (comment) workflow will use it)
54-
- uses: actions/upload-artifact@v5
54+
- uses: actions/upload-artifact@v6
5555
with:
5656
name: performance-tracking
5757
path: ./*.artifact

0 commit comments

Comments
 (0)