Skip to content

Commit 7a0b9dc

Browse files
authored
Update Action from v2 to v4 (#23)
1 parent 32a667e commit 7a0b9dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
steps:
1515
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1616
- name: Step 1 - Checkout Repository
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818

1919
# Setting up JDK 11
2020
- name: Step 2 - Setting up JDK 11
21-
uses: actions/setup-java@v2
21+
uses: actions/setup-java@v4
2222
with:
2323
distribution: 'zulu'
2424
java-version: '11'
@@ -39,7 +39,7 @@ jobs:
3939
4040
# Target folder completion
4141
- name: Step 5 - Copying Files for download
42-
uses: actions/upload-artifact@v2
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: Published Jar Files
4545
path: target/*.jar

0 commit comments

Comments
 (0)