Skip to content

Commit c2ff612

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 5736714 commit c2ff612

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@v4
61+
uses: actions/upload-artifact@v5
6262
with:
6363
name: code-coverage-report
6464
path: docs/coverage

0 commit comments

Comments
 (0)