Skip to content

Commit

Permalink
chore(deps): Update actions/download-artifact action to v4.1.8 (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent ed4757f commit 87b9f80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ jobs:
- name: Download all the dists
if: >-
contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
uses: actions/download-artifact@v4
# yamllint disable-line rule:line-length
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: ${{ inputs.dists-artifact-name }}
path: dist/
Expand Down

0 comments on commit 87b9f80

Please sign in to comment.