Skip to content

Commit

Permalink
chore(actions): update actions/download-artifact action to v3 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2022
1 parent 7cb55f1 commit 674ceb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- package

steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: built-artifacts
path: dist/
Expand All @@ -75,7 +75,7 @@ jobs:
- package

steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: built-artifacts
path: dist/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
needs: package

steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: built-artifacts
path: dist/
Expand All @@ -64,7 +64,7 @@ jobs:
needs: package

steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: built-artifacts
path: dist/
Expand Down

0 comments on commit 674ceb2

Please sign in to comment.