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 0e94762 commit e5a074dCopy full SHA for e5a074d
.github/workflows/cd.yml
@@ -53,7 +53,7 @@ jobs:
53
release_id: ${{ steps.gh-release.outputs.result }}
54
steps:
55
- name: Fetch build artifacts
56
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
+ uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
57
with:
58
name: build-artifacts
59
path: dist
@@ -93,7 +93,7 @@ jobs:
93
id-token: write # to authenticate as Trusted Publisher to pypi.org
94
95
96
97
98
99
0 commit comments