Skip to content

Commit 682167f

Browse files
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b929f0 commit 682167f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test-library.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ jobs:
403403
shell: bash
404404
- name: Download all the dists
405405
if: matrix.toxenv == 'metadata-validation'
406-
uses: actions/download-artifact@v3
406+
uses: actions/download-artifact@v4
407407
with:
408408
name: python-package-distributions
409409
path: dist/
@@ -522,7 +522,7 @@ jobs:
522522
ref: ${{ github.event.inputs.release-commitish }}
523523

524524
- name: Download all the dists
525-
uses: actions/download-artifact@v3
525+
uses: actions/download-artifact@v4
526526
with:
527527
name: python-package-distributions
528528
path: dist/
@@ -566,7 +566,7 @@ jobs:
566566
with:
567567
ref: ${{ github.event.inputs.release-commitish }}
568568
- name: Download all the dists
569-
uses: actions/download-artifact@v3
569+
uses: actions/download-artifact@v4
570570
with:
571571
name: python-package-distributions
572572
path: dist/
@@ -763,7 +763,7 @@ jobs:
763763
with:
764764
ref: ${{ github.event.inputs.release-commitish }}
765765
- name: Download all the dists
766-
uses: actions/download-artifact@v3
766+
uses: actions/download-artifact@v4
767767
with:
768768
name: python-package-distributions
769769
path: dist/
@@ -845,7 +845,7 @@ jobs:
845845
with:
846846
ref: ${{ github.event.inputs.release-commitish }}
847847
- name: Download all the dists
848-
uses: actions/download-artifact@v3
848+
uses: actions/download-artifact@v4
849849
with:
850850
name: python-package-distributions
851851
path: dist/
@@ -925,7 +925,7 @@ jobs:
925925
with:
926926
ref: ${{ github.event.inputs.release-commitish }}
927927
- name: Download all the dists
928-
uses: actions/download-artifact@v3
928+
uses: actions/download-artifact@v4
929929
with:
930930
name: python-package-distributions
931931
path: dist/
@@ -1010,7 +1010,7 @@ jobs:
10101010
10111011
steps:
10121012
- name: Download all the dists
1013-
uses: actions/download-artifact@v3
1013+
uses: actions/download-artifact@v4
10141014
with:
10151015
name: python-package-distributions
10161016
path: dist/
@@ -1039,7 +1039,7 @@ jobs:
10391039
10401040
steps:
10411041
- name: Download all the dists
1042-
uses: actions/download-artifact@v3
1042+
uses: actions/download-artifact@v4
10431043
with:
10441044
name: python-package-distributions
10451045
path: dist/
@@ -1098,7 +1098,7 @@ jobs:
10981098

10991099
steps:
11001100
- name: Download all the dists
1101-
uses: actions/download-artifact@v3
1101+
uses: actions/download-artifact@v4
11021102
with:
11031103
name: python-package-distributions
11041104
path: dist/

0 commit comments

Comments
 (0)