Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 3
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>
  • Loading branch information
dependabot[bot] committed Jul 29, 2023
1 parent 5b783fe commit 87f06d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -201,7 +201,7 @@ jobs:
with:
fetch-depth: 20

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: coverage
path: .
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
needs: test
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: packages
path: dist
Expand Down

0 comments on commit 87f06d2

Please sign in to comment.