Skip to content

Commit 8cbd497

Browse files
chore(deps): update github artifact actions
1 parent 72dbd5b commit 8cbd497

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
- run: cross build --release --target ${{ matrix.target.triple }} --target-dir ${{ runner.temp }} ${{ matrix.target.args || '' }}
192192
if: matrix.target.compile == 'cross'
193193

194-
- uses: actions/upload-artifact@v4
194+
- uses: actions/upload-artifact@v5
195195
with:
196196
name: rotz-${{ matrix.target.triple }}
197197
path: ${{ runner.temp }}/${{ matrix.target.triple }}/release/${{ matrix.target.filename }}
@@ -223,7 +223,7 @@ jobs:
223223

224224
- run: cargo publish --dry-run
225225

226-
- uses: actions/download-artifact@v4
226+
- uses: actions/download-artifact@v6
227227
with:
228228
path: artifacts
229229

0 commit comments

Comments
 (0)