Skip to content

Commit

Permalink
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 Dec 18, 2023
1 parent 8cdec5d commit e2ea573
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
registry-url: 'https://registry.npmjs.org'
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dao_analyzer_components
path: ./dao_analyzer_components/dao_analyzer_components/
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Downloading tags to gen version name
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dao_analyzer_components
path: ./dao_analyzer_components/dao_analyzer_components/
Expand All @@ -107,7 +107,7 @@ jobs:
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'
steps:
- name: Download built package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: ./dist/
Expand All @@ -126,7 +126,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Getting built package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: ./dist/
Expand Down

0 comments on commit e2ea573

Please sign in to comment.