Skip to content

Commit 4c8da16

Browse files
chore(deps): update actions/upload-artifact action to v4 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4f34fb commit 4c8da16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Run tests
5959
run: make coverage
6060
- name: Archive code coverage results
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: code-coverage-report
6464
path: docs/coverage

0 commit comments

Comments
 (0)