Skip to content

Commit fb2c292

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- run: npm test
6969

7070
- name: Upload test coverage as artifact
71-
uses: actions/upload-artifact@v2
71+
uses: actions/upload-artifact@v3
7272
with:
7373
name: coverage-${{ matrix.os }}
7474
path: coverage

0 commit comments

Comments
 (0)