We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72821ef + 38cfefc commit f830a23Copy full SHA for f830a23
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
id-token: write # to authenticate as Trusted Publisher to pypi.org
47
steps:
48
- name: Fetch build artifacts
49
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
+ uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
50
with:
51
name: build-artifacts
52
@@ -62,7 +62,7 @@ jobs:
62
contents: write # to modify GitHub releases
63
64
65
66
67
68
0 commit comments