Skip to content

Commit 365c16b

Browse files
committed
java-api : workflow githubaction action@v4
1 parent f3e8cf2 commit 365c16b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/workflow.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-java@v1
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-java@v4
1212
with:
1313
java-version: 17
1414
settings-path: ".m2/"
15-
- uses: actions/cache@v2
15+
- uses: actions/cache@v4
1616
with:
1717
path: ~/.m2/repository
1818
key: ${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
@@ -26,7 +26,7 @@ jobs:
2626
mkdir myTarget
2727
cp target/*.jar myTarget
2828
- name: Uploading jar
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: myPackage
3232
path: myTarget

0 commit comments

Comments
 (0)