We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72dbd5b commit 8cbd497Copy full SHA for 8cbd497
1 file changed
.github/workflows/ci.yml
@@ -191,7 +191,7 @@ jobs:
191
- run: cross build --release --target ${{ matrix.target.triple }} --target-dir ${{ runner.temp }} ${{ matrix.target.args || '' }}
192
if: matrix.target.compile == 'cross'
193
194
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
195
with:
196
name: rotz-${{ matrix.target.triple }}
197
path: ${{ runner.temp }}/${{ matrix.target.triple }}/release/${{ matrix.target.filename }}
@@ -223,7 +223,7 @@ jobs:
223
224
- run: cargo publish --dry-run
225
226
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v6
227
228
path: artifacts
229
0 commit comments