Skip to content

Commit 2d6533e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)