Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 8, 2024
1 parent e907c55 commit 6013564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: bahmutov/npm-install@v1
- run: npx playwright install-deps
- run: npm run test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: code-coverage
path: packages/library/coverage/lcov-report/*
Expand All @@ -59,7 +59,7 @@ jobs:
node-version: 18
- uses: bahmutov/npm-install@v1
- run: npm run test:scripts
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: code-coverage
path: packages/library/coverage/scripts-coverage/*
Expand Down

0 comments on commit 6013564

Please sign in to comment.