Update actions to Node.JS 20
This commit is contained in:
parent
c5240e718e
commit
6908d7e1b1
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
|
@ -17,9 +17,9 @@ jobs:
|
||||||
java: [ '8', '11', '17', '21' ] # LTS versions
|
java: [ '8', '11', '17', '21' ] # LTS versions
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up JDK ${{ matrix.java }}
|
- name: Set up JDK ${{ matrix.java }}
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: ${{ matrix.java }}
|
java-version: ${{ matrix.java }}
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
@ -30,7 +30,7 @@ jobs:
|
||||||
run: echo "bcv_version=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)" >> $GITHUB_ENV
|
run: echo "bcv_version=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)" >> $GITHUB_ENV
|
||||||
id: project
|
id: project
|
||||||
- name: 'Upload Artifact'
|
- name: 'Upload Artifact'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ matrix.java == '8' }}
|
if: ${{ matrix.java == '8' }}
|
||||||
with:
|
with:
|
||||||
name: Bytecode-Viewer-${{ env.bcv_version }}-SNAPSHOT
|
name: Bytecode-Viewer-${{ env.bcv_version }}-SNAPSHOT
|
||||||
|
|
Loading…
Reference in New Issue
Block a user