Skip to content

Commit 3a9b061

Browse files
authored
Try to use different names of GitWave.zip for different OS, part 4
1 parent c01fd82 commit 3a9b061

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
@@ -18,10 +18,10 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222

2323
- name: Set up JDK
24-
uses: actions/setup-java@v2
24+
uses: actions/setup-java@v4
2525
with:
2626
java-version: ${{ matrix.java-version }}
2727
distribution: 'adopt'
@@ -34,4 +34,4 @@ jobs:
3434
uses: actions/upload-artifact@v4
3535
with:
3636
name: GitWave_${{ matrix.os }}
37-
path: target/GitWave
37+
path: target/GitWave.zip

0 commit comments

Comments
 (0)