Skip to content

Commit e69643f

Browse files
chore(deps): update actions/upload-artifact action to v4 (#1045)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f026ea2 commit e69643f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- run: npm test
6363

6464
- name: Upload test coverage as artifact
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: coverage-${{ matrix.os }}
6868
path: coverage

0 commit comments

Comments
 (0)