Skip to content

Commit a1663f2

Browse files
chore(deps): Update actions/download-artifact action to v4.3.0 (#888)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0a3e604 commit a1663f2

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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
269+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
270270
with:
271271
name: ${{ inputs.dists-artifact-name }}
272272
path: dist/

0 commit comments

Comments
 (0)