Skip to content

Commit 87b9f80

Browse files
chore(deps): Update actions/download-artifact action to v4.1.8 (#760)
1 parent ed4757f commit 87b9f80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable-tox.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ jobs:
264264
- name: Download all the dists
265265
if: >-
266266
contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
267-
uses: actions/download-artifact@v4
267+
# yamllint disable-line rule:line-length
268+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
268269
with:
269270
name: ${{ inputs.dists-artifact-name }}
270271
path: dist/

0 commit comments

Comments
 (0)