Skip to content

Commit f19889f

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 3e27909 commit f19889f

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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.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)