Skip to content

Commit 678e2f6

Browse files
committed
build: actions/upload-artifact@v3
1 parent be201da commit 678e2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
fi
197197
198198
- name: Upload code coverage
199-
uses: actions/upload-artifact@v2
199+
uses: actions/upload-artifact@v3
200200
if: steps.list_env.outputs.nyc != ''
201201
with:
202202
name: coverage

0 commit comments

Comments
 (0)