Skip to content

Commit 87075f1

Browse files
committed
Update GitHub action.
1 parent 74225af commit 87075f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-workflow-java-maven-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: mvn -B clean test package
2525

2626
- name: Keep JAR file
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: Package
3030
path: target/push-counter-1.0-SNAPSHOT-jar-with-dependencies.jar

0 commit comments

Comments
 (0)