File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ jobs:
9090 CARGO_REGISTRY_TOKEN : ${{ secrets.PUBLISH_SECRET }}
9191 # After publishing, create a release
9292 - name : Download ubuntu artifacts
93- uses : actions/download-artifact@v4
93+ uses : actions/download-artifact@v5
9494 with :
9595 name : stableartifacts-ubuntu-24.04
9696 - name : Download macos artifacts
97- uses : actions/download-artifact@v4
97+ uses : actions/download-artifact@v5
9898 with :
9999 name : stableartifacts-macos-latest
100100 - name : Generate release.txt
@@ -129,11 +129,11 @@ jobs:
129129 run : cargo publish --dry-run
130130 # Test downloading the artifacts
131131 - name : Download ubuntu artifacts
132- uses : actions/download-artifact@v4
132+ uses : actions/download-artifact@v5
133133 with :
134134 name : stableartifacts-ubuntu-24.04
135135 - name : Download macos artifacts
136- uses : actions/download-artifact@v4
136+ uses : actions/download-artifact@v5
137137 with :
138138 name : stableartifacts-macos-latest
139139 # Test generating release.txt
You can’t perform that action at this time.
0 commit comments