Skip to content

Commit 9725fea

Browse files
Update GitHub Actions to use newer action versions
1 parent 13bb540 commit 9725fea

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
@@ -10,16 +10,16 @@ jobs:
1010
matrix:
1111
java: [ '8' ]
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- name: Set up JDK ${{ matrix.java }}
15-
uses: actions/setup-java@v4
15+
uses: actions/setup-java@v5
1616
with:
1717
java-version: ${{ matrix.java }}
1818
distribution: 'temurin'
1919
- name: Build with Maven
2020
run: mvn -B package --file pom.xml
2121
- name: Upload Artifact
22-
uses: actions/upload-artifact@v4
22+
uses: actions/upload-artifact@v7
2323
with:
2424
name: ViaProxyNoCommandRun
2525
path: target/ViaProxyNoCommandRun-1.0.0.jar

0 commit comments

Comments
 (0)