Skip to content

Commit 17b2550

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 7406a35 commit 17b2550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
tar -czvf ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz \
3434
-C target/${{ matrix.targets }}/dist/ ${{ matrix.bins }}
3535
36-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
36+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3737
with:
3838
name: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
3939
path: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz

0 commit comments

Comments
 (0)