Skip to content

Commit

Permalink
fix(deps): bump actions/download-artifact from 3 to 4
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ionicsolutions committed Feb 1, 2024
1 parent f8a8fc7 commit d5f0326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- python: '3.10'
steps:
- name: Download distribution
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: distribution

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
id-token: write
steps:
- name: Download distribution
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: distribution

Expand All @@ -129,7 +129,7 @@ jobs:
id-token: write
steps:
- name: Download distribution
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: distribution

Expand Down

0 comments on commit d5f0326

Please sign in to comment.