Skip to content

Commit 7878681

Browse files
Update actions/upload-artifact action to v6
1 parent 137d1ba commit 7878681

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build with Maven
2323
run: mvn -B package
2424
- name: Upload jar
25-
uses: actions/upload-artifact@v4
25+
uses: actions/upload-artifact@v6
2626
with:
2727
name: jar
2828
path: target/k8s-onboarding-0.0.1-SNAPSHOT.jar

0 commit comments

Comments
 (0)