We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ac452 commit c3c0ce5Copy full SHA for c3c0ce5
.github/workflows/build-release-publish.yml
@@ -72,7 +72,7 @@ jobs:
72
ls -ltarh build/
73
74
- name: Upload artifact
75
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
+ uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
76
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
77
with:
78
name: ${{ env.BINARY_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
0 commit comments