Skip to content

Commit 9aead9c

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 6eea1f3 commit 9aead9c

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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.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)