Skip to content

Commit

Permalink
Use new artifact syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
za-creature committed Jul 18, 2024
1 parent ca2570b commit b66fe43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: npm run cover
- uses: actions/upload-artifact@v4
with:
name: coverage
name: coverage-${{ matrix.node }}
path: .nyc_output/
coverage:
needs:
Expand All @@ -53,7 +53,8 @@ jobs:
- run: git clone --branch=gh-pages --depth=1 "https://za-creature:${{ github.token }}@github.com/${{ github.repository }}.git" coverage/
- uses: actions/download-artifact@v4
with:
name: coverage
pattern: coverage-*
merge-multiple: true
path: .nyc_output/
# publish report
- run: npm run lint
Expand Down

0 comments on commit b66fe43

Please sign in to comment.