Skip to content

Commit f57ddfd

Browse files
chore(deps): update actions/upload-artifact action to v4
1 parent c88d75d commit f57ddfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: bahmutov/npm-install@v1
4343
- run: npx playwright install-deps
4444
- run: npm run test
45-
- uses: actions/upload-artifact@v3
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
name: code-coverage
4848
path: packages/library/coverage/lcov-report/*
@@ -59,7 +59,7 @@ jobs:
5959
node-version: 18
6060
- uses: bahmutov/npm-install@v1
6161
- run: npm run test:scripts
62-
- uses: actions/upload-artifact@v3
62+
- uses: actions/upload-artifact@v4
6363
with:
6464
name: code-coverage
6565
path: packages/library/coverage/scripts-coverage/*

0 commit comments

Comments
 (0)