Skip to content

Commit 748a77f

Browse files
committed
fix: upload action
1 parent 2525fef commit 748a77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_health.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: npm test
5555
- name: Upload test results
5656
if: matrix.os == 'ubuntu-latest'
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: test-results
6060
path: coverage/lcov.info

0 commit comments

Comments
 (0)