Skip to content

Commit 6a44440

Browse files
chore(deps): Update actions/download-artifact action to v5
1 parent a4b0a46 commit 6a44440

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
@@ -268,7 +268,7 @@ jobs:
268268
- name: Download all the dists
269269
if: >-
270270
contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
271-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
271+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
272272
with:
273273
name: ${{ inputs.dists-artifact-name }}
274274
path: dist/

0 commit comments

Comments
 (0)