Skip to content

Commit 3d0a7dc

Browse files
committed
update action
1 parent 40a82ff commit 3d0a7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
shell: bash
3131
- name: Archive code coverage results
3232
if: inputs.with_archive == 'true'
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: code-coverage-report
3636
path: coverage.html

0 commit comments

Comments
 (0)