Skip to content

Commit 6f938dc

Browse files
update GitHub Actions workflow to use actions/upload-artifact@v4 for coverage report uploads
1 parent b34e2e0 commit 6f938dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Upload coverage reports
6969
if: always()
70-
uses: actions/upload-artifact@v3
70+
uses: actions/upload-artifact@v4
7171
with:
7272
name: coverage-report
7373
path: |

0 commit comments

Comments
 (0)