Skip to content

Commit

Permalink
chore(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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and santam85 committed Jan 23, 2024
1 parent 4ed601e commit b39492d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
cache: npm
node-version: 18

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: ng2-charts
path: dist
Expand Down Expand Up @@ -104,12 +104,12 @@ jobs:
with:
ref: 'gh-pages'
fetch-depth: 0
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
if: ${{ github.event.release.prerelease }}
with:
name: ng2-charts-docs
path: next
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
if: ${{ !github.event.release.prerelease }}
with:
name: ng2-charts-docs
Expand Down

0 comments on commit b39492d

Please sign in to comment.