Skip to content

Commit 002fc9d

Browse files
Renovate: Update actions/upload-artifact action to v5
1 parent 39e797f commit 002fc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Run tests and generate coverage report
6868
run: make build/cover.out
6969
- name: Archive code coverage results
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v5
7171
with:
7272
name: code-coverage
7373
path: build/cover.out

0 commit comments

Comments
 (0)