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.
2 parents 6d67d33 + 0d1d2e5 commit 6c6f2acCopy full SHA for 6c6f2ac
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
cd ./dist && echo "hash=$(sha256sum -- * | base64 -w0)" >> $GITHUB_OUTPUT
69
70
- name: Upload build artifacts
71
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
72
with:
73
name: "python-build-dist"
74
path: ./dist
0 commit comments