Skip to content

Commit 5599201

Browse files
chore(deps): Update actions/download-artifact action to v8 (#984)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7696191 commit 5599201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
271+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
272272
with:
273273
name: ${{ inputs.dists-artifact-name }}
274274
path: dist/

0 commit comments

Comments
 (0)