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