We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cef0b commit 19cd161Copy full SHA for 19cd161
.github/workflows/CI.yml
@@ -129,7 +129,7 @@ jobs:
129
with:
130
persist-credentials: false
131
132
- - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
+ - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
133
134
name: rfc3161-sdist
135
@@ -238,7 +238,7 @@ jobs:
238
# Used to publish to PyPI with Trusted Publishing.
239
id-token: write
240
steps:
241
- - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
+ - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4
242
243
path: dist/
244
merge-multiple: true
0 commit comments