We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c808314 + 2adc358 commit 59f3c26Copy full SHA for 59f3c26
.github/workflows/binaries.yml
@@ -32,7 +32,7 @@ jobs:
32
tar -czvf ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz \
33
-C target/${{ matrix.targets }}/dist/ ${{ matrix.bins }}
34
35
- - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+ - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
36
with:
37
name: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
38
path: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
0 commit comments