We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b349ba7 commit 91793ffCopy full SHA for 91793ff
.github/workflows/publish-release.yml
@@ -71,7 +71,7 @@ jobs:
71
run: xattr -rd com.apple.quarantine dist/*
72
73
- name: Upload Artifact
74
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
75
with:
76
name: Release-${{ github.ref_name }}-App-${{ matrix.target.os }}_${{ matrix.target.arch }}
77
path: dist/**/*.${{ matrix.target.build-type-file }}
0 commit comments