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 e842ed4 commit 9ad8569Copy full SHA for 9ad8569
.github/workflows/Benchmarks.yml
@@ -35,7 +35,7 @@ jobs:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
37
- name: Download Guest Binaries
38
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
39
with:
40
name: guest-binaries-release
41
path: ./downloaded-guest-binaries-release
.github/workflows/CreateRelease.yml
@@ -134,7 +134,7 @@ jobs:
134
just tar-static-lib
135
136
- name: Download all benchmarks
137
138
139
pattern: benchmarks_*
140
0 commit comments