Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 3 to 4 (#8)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent b37a927 commit a954ff1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
# For pypi trusted publishing
id-token: write
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
# For GitHub release publishing
contents: write
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down Expand Up @@ -164,13 +164,13 @@ jobs:
with:
ref: ${{ inputs.sha }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
name: Download Python artifacts
with:
name: dist
path: dist

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
name: Download Python frozen requirements
with:
name: requirements
Expand Down

0 comments on commit a954ff1

Please sign in to comment.