Skip to content

Commit 76f703f

Browse files
committed
Update code coverage upload action
1 parent 848cd58 commit 76f703f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
min-coverage-overall: 40
5454
min-coverage-changed-files: 60
5555
- name: Upload Code Coverage Artifacts
56-
uses: actions/upload-artifact@v2
56+
uses: actions/upload-artifact@v3
5757
if: success() || failure() # always run even if the previous step fails
5858
with:
5959
name: code-coverage-reports

0 commit comments

Comments
 (0)