We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0929123 + 2066026 commit 92dfff9Copy full SHA for 92dfff9
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@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
+ uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
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