Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Commit 67025a1

Browse files
Update maven.yml action versions
1 parent 788c107 commit 67025a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Set up JDK 17
13-
uses: actions/setup-java@v1
13+
uses: actions/setup-java@v3
1414
with:
1515
java-version: 17
1616
- name: Build Maven and copy output
1717
run: bash build_and_out.sh
1818

1919
- name: Upload build output
20-
uses: actions/upload-artifact@v1
20+
uses: actions/upload-artifact@v4
2121
with:
2222
name: caciocavallo
2323
path: out

0 commit comments

Comments
 (0)