Skip to content

Commit 4e5d8f9

Browse files
chore(deps): update actions/download-artifact action to v4.1.8
1 parent b0c1334 commit 4e5d8f9

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
@@ -263,7 +263,7 @@ jobs:
263263
- name: Download all the dists
264264
if: >-
265265
contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
266-
uses: actions/download-artifact@v4
266+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
267267
with:
268268
name: ${{ inputs.dists-artifact-name }}
269269
path: dist/

0 commit comments

Comments
 (0)