5959 env :
6060 OS_NAME : ${{ matrix.os }}
6161 - name : Archive artifacts
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v5
6363 if : ${{ matrix.rust == 'stable' }}
6464 with :
6565 name : stableartifacts-${{ matrix.os }}
8282 run : cargo install cargo-generate-rpm
8383 # Download the ubuntu artifact instead of rebuilding.
8484 - name : Download artifacts
85- uses : actions/download-artifact@v4
85+ uses : actions/download-artifact@v6
8686 with :
8787 name : stableartifacts-ubuntu-24.04
8888 - name : Build RPM
@@ -103,7 +103,7 @@ jobs:
103103 - name : Test installation
104104 run : floki -V
105105 - name : Archive artifacts
106- uses : actions/upload-artifact@v4
106+ uses : actions/upload-artifact@v5
107107 with :
108108 name : rpm
109109 path : |
@@ -133,15 +133,15 @@ jobs:
133133 CARGO_REGISTRY_TOKEN : ${{ secrets.PUBLISH_SECRET }}
134134 # After publishing, create a release
135135 - name : Download ubuntu artifacts
136- uses : actions/download-artifact@v5
136+ uses : actions/download-artifact@v6
137137 with :
138138 name : stableartifacts-ubuntu-24.04
139139 - name : Download macos artifacts
140- uses : actions/download-artifact@v5
140+ uses : actions/download-artifact@v6
141141 with :
142142 name : stableartifacts-macos-latest
143143 - name : Download RPM
144- uses : actions/download-artifact@v5
144+ uses : actions/download-artifact@v6
145145 with :
146146 name : rpm
147147 - name : Generate release.txt
@@ -178,15 +178,15 @@ jobs:
178178 run : cargo publish --dry-run
179179 # Test downloading the artifacts
180180 - name : Download ubuntu artifacts
181- uses : actions/download-artifact@v5
181+ uses : actions/download-artifact@v6
182182 with :
183183 name : stableartifacts-ubuntu-24.04
184184 - name : Download macos artifacts
185- uses : actions/download-artifact@v5
185+ uses : actions/download-artifact@v6
186186 with :
187187 name : stableartifacts-macos-latest
188188 - name : Download rpm
189- uses : actions/download-artifact@v5
189+ uses : actions/download-artifact@v6
190190 with :
191191 name : rpm
192192 # Test generating release.txt
0 commit comments