Skip to content

Commit 59f3c26

Browse files
Merge pull request #68 from wcampbell0x2a/dependabot/github_actions/actions/upload-artifact-4.5.0
2 parents c808314 + 2adc358 commit 59f3c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binaries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tar -czvf ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz \
3333
-C target/${{ matrix.targets }}/dist/ ${{ matrix.bins }}
3434
35-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
35+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
3636
with:
3737
name: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
3838
path: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz

0 commit comments

Comments
 (0)