We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 485451e + 78674bd commit 38d8c2bCopy full SHA for 38d8c2b
.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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
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