We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcf670b + 10917d9 commit 9fb3789Copy full SHA for 9fb3789
1 file changed
.github/workflows/cd.yml
@@ -52,7 +52,7 @@ jobs:
52
release_id: ${{ steps.gh-release.outputs.result }}
53
steps:
54
- name: Fetch build artifacts
55
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
+ uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
56
with:
57
name: build-artifacts
58
path: dist
@@ -92,7 +92,7 @@ jobs:
92
id-token: write # to authenticate as Trusted Publisher to pypi.org
93
94
95
96
97
98
0 commit comments