Skip to content

Commit c7b2050

Browse files
authored
Merge pull request #303 from sapcc/renovate/major-github-artifact-actions
2 parents 116a8b9 + 9068c16 commit c7b2050

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
@@ -69,7 +69,7 @@ jobs:
6969
- name: Run tests and generate coverage report
7070
run: make build/cover.out
7171
- name: Archive code coverage results
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v5
7373
with:
7474
name: code-coverage
7575
path: build/cover.out

0 commit comments

Comments
 (0)