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 ed4757f commit 87b9f80Copy full SHA for 87b9f80
.github/workflows/reusable-tox.yml
@@ -264,7 +264,8 @@ jobs:
264
- name: Download all the dists
265
if: >-
266
contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
267
- uses: actions/download-artifact@v4
+ # yamllint disable-line rule:line-length
268
+ uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
269
with:
270
name: ${{ inputs.dists-artifact-name }}
271
path: dist/
0 commit comments