Skip to content

Commit f5d7d73

Browse files
Bump actions/upload-artifact from 6 to 7 (#807)
1 parent e157444 commit f5d7d73

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

5050
# save as artifacts (performance tracking (comment) workflow will use it)
51-
- uses: actions/upload-artifact@v6
51+
- uses: actions/upload-artifact@v7
5252
with:
5353
name: performance-tracking
5454
path: ./*.artifact

0 commit comments

Comments
 (0)