Skip to content

Commit

Permalink
upgrade actions/download-artifact@v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Mar 31, 2024
1 parent c30ed80 commit 724f1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist-chrome
path: dist
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist-firefox
path: dist
Expand Down

0 comments on commit 724f1e0

Please sign in to comment.