Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 3 (#765)
Browse files Browse the repository at this point in the history
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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 11, 2022
1 parent 766e70e commit aad6121
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ jobs:
ref: ${{ github.event.inputs.release-commitish }}

- name: Download all the dists
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand Down Expand Up @@ -515,7 +515,7 @@ jobs:
rm -rf aiomysql
- name: Download all the dists
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand Down Expand Up @@ -650,7 +650,7 @@ jobs:
steps:
- name: Download all the dists
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand Down Expand Up @@ -680,7 +680,7 @@ jobs:
steps:
- name: Download all the dists
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand Down Expand Up @@ -746,7 +746,7 @@ jobs:
ref: ${{ github.event.inputs.release-commitish }}

- name: Download all the dists
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit aad6121

Please sign in to comment.