File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ jobs:
3838 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3939
4040 - name : Download Rust Guest Binaries
41- uses : actions/download-artifact@v5
41+ uses : actions/download-artifact@v6
4242 with :
4343 name : rust-guest-binaries-release
4444 path : ./downloaded-rust-guest-binaries-release
4545
4646 - name : Download C Guest Binaries
47- uses : actions/download-artifact@v5
47+ uses : actions/download-artifact@v6
4848 with :
4949 name : c-guest-binaries-release
5050 path : ./downloaded-c-guest-binaries-release
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 just tar-static-lib
135135
136136 - name : Download all benchmarks
137- uses : actions/download-artifact@v5
137+ uses : actions/download-artifact@v6
138138 with :
139139 pattern : benchmarks_*
140140
You can’t perform that action at this time.
0 commit comments