Skip to content

Commit b04c822

Browse files
Bump upload-artifact to v5
1 parent d5d78f2 commit b04c822

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

internal/core/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func GetUploadArtifactAction(isSelfHostedRunner bool) string {
2222
if isSelfHostedRunner {
2323
return "actions/upload-artifact@v2"
2424
} else {
25-
return "actions/upload-artifact@v4"
25+
return "actions/upload-artifact@v5"
2626
}
2727
}
2828

0 commit comments

Comments
 (0)