Skip to content

Commit 75b439e

Browse files
chore(deps): Update actions/download-artifact action to v4.2.0 (#858)
1 parent 4629d41 commit 75b439e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
- name: Download all the dists
267267
if: >-
268268
contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
269-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
269+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
270270
with:
271271
name: ${{ inputs.dists-artifact-name }}
272272
path: dist/

0 commit comments

Comments
 (0)