We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f434b3c commit 10f56eeCopy full SHA for 10f56ee
.github/workflows/benchmark.yml
@@ -61,7 +61,7 @@ jobs:
61
echo "${{github.sha}}" > commit.txt
62
63
- name: upload artifact
64
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
65
with:
66
name: benchmark-results
67
path: |
@@ -88,7 +88,7 @@ jobs:
88
89
steps:
90
- name: download artifact
91
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
92
93
94
0 commit comments