Skip to content

Commit ce9de82

Browse files
authored
Merge pull request #15 from JuliaGraphs/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 1e0d77f + c658f32 commit ce9de82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)