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 7696191 commit 5599201Copy full SHA for 5599201
1 file changed
.github/workflows/reusable-tox.yml
@@ -268,7 +268,7 @@ jobs:
268
- name: Download all the dists
269
if: >-
270
contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
271
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
272
with:
273
name: ${{ inputs.dists-artifact-name }}
274
path: dist/
0 commit comments