Skip to content

Commit 63c13da

Browse files
ci: bump actions/upload-artifact from 2 to 3 (#437)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a827a09 commit 63c13da

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
@@ -49,7 +49,7 @@ jobs:
4949
- run: npm test
5050

5151
- name: Upload test coverage as artifact
52-
uses: actions/upload-artifact@v2
52+
uses: actions/upload-artifact@v3
5353
with:
5454
name: coverage-${{ matrix.os }}
5555
path: coverage

0 commit comments

Comments
 (0)