Skip to content

Commit

Permalink
Update actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Feb 11, 2025
1 parent e47136c commit 38004fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: Run tests
run: npm test -- --ci --coverage --runInBand
- name: Upload test reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-reports
name: test-reports-${{ matrix.node-version }}
path: test/reports
- name: Upload test coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-coverage
name: test-coverage-${{ matrix.node-version }}
path: test/coverage

0 comments on commit 38004fc

Please sign in to comment.