Skip to content

Commit

Permalink
Also update download artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
Cal-L committed Jan 9, 2025
1 parent 0150d75 commit 22b4d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
node-version-file: '.nvmrc'
cache: yarn
- run: yarn setup
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: tests/coverage/
- name: Gather partial coverage reports into one directory
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: coverage
path: coverage/
Expand Down

0 comments on commit 22b4d0d

Please sign in to comment.