Skip to content

Commit 74225af

Browse files
committedMar 3, 2025·
Update GitHub action.
1 parent dd845e9 commit 74225af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

+2-2
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@v2
27+
uses: actions/upload-artifact@v3
2828
with:
2929
name: Package
3030
path: target/push-counter-1.0-SNAPSHOT-jar-with-dependencies.jar
@@ -34,7 +34,7 @@ jobs:
3434
needs: build
3535
steps:
3636
- name: Check out the repo
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v3
3838

3939
- name: Download JAR file
4040
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)
Please sign in to comment.