We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bb540 commit 9725feaCopy full SHA for 9725fea
.github/workflows/maven.yml
@@ -10,16 +10,16 @@ jobs:
10
matrix:
11
java: [ '8' ]
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
- name: Set up JDK ${{ matrix.java }}
15
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
16
with:
17
java-version: ${{ matrix.java }}
18
distribution: 'temurin'
19
- name: Build with Maven
20
run: mvn -B package --file pom.xml
21
- name: Upload Artifact
22
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
23
24
name: ViaProxyNoCommandRun
25
path: target/ViaProxyNoCommandRun-1.0.0.jar
0 commit comments