We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e99c8 commit 0edf590Copy full SHA for 0edf590
.github/workflows/maven.yml
@@ -19,15 +19,15 @@ jobs:
19
with:
20
distribution: 'temurin'
21
java-version: ${{ matrix.java }}
22
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
23
24
path: ~/.m2/repository
25
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
26
restore-keys: |
27
${{ runner.os }}-maven-
28
- run: java -version && mvn --version
29
- run: mvn --activate-profiles dist --no-transfer-progress package
30
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
31
32
- name: BungeeCord
+ name: BungeeCord-Java-${{ matrix.java }}
33
path: bootstrap/target/BungeeCord.jar
0 commit comments