Skip to content

Commit aad6121

Browse files
Bump actions/download-artifact from 2 to 3 (#765)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 766e70e commit aad6121

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ jobs:
362362
ref: ${{ github.event.inputs.release-commitish }}
363363

364364
- name: Download all the dists
365-
uses: actions/download-artifact@v2
365+
uses: actions/download-artifact@v3
366366
with:
367367
name: python-package-distributions
368368
path: dist/
@@ -515,7 +515,7 @@ jobs:
515515
rm -rf aiomysql
516516
517517
- name: Download all the dists
518-
uses: actions/download-artifact@v2
518+
uses: actions/download-artifact@v3
519519
with:
520520
name: python-package-distributions
521521
path: dist/
@@ -650,7 +650,7 @@ jobs:
650650
651651
steps:
652652
- name: Download all the dists
653-
uses: actions/download-artifact@v2
653+
uses: actions/download-artifact@v3
654654
with:
655655
name: python-package-distributions
656656
path: dist/
@@ -680,7 +680,7 @@ jobs:
680680
681681
steps:
682682
- name: Download all the dists
683-
uses: actions/download-artifact@v2
683+
uses: actions/download-artifact@v3
684684
with:
685685
name: python-package-distributions
686686
path: dist/
@@ -746,7 +746,7 @@ jobs:
746746
ref: ${{ github.event.inputs.release-commitish }}
747747

748748
- name: Download all the dists
749-
uses: actions/download-artifact@v2
749+
uses: actions/download-artifact@v3
750750
with:
751751
name: python-package-distributions
752752
path: dist/

0 commit comments

Comments
 (0)