We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74225af commit 87075f1Copy full SHA for 87075f1
.github/workflows/ci-workflow-java-maven-docker.yml
@@ -24,7 +24,7 @@ jobs:
24
run: mvn -B clean test package
25
26
- name: Keep JAR file
27
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
28
with:
29
name: Package
30
path: target/push-counter-1.0-SNAPSHOT-jar-with-dependencies.jar
0 commit comments