From 89125d5f1ba2d90e746a36bc2b1e6fba0b950598 Mon Sep 17 00:00:00 2001 From: tfr42 Date: Wed, 3 Apr 2024 12:25:51 +0200 Subject: [PATCH] Update maven.yml upgraded github actions --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3a365a8..411de47 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up JDK 11 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '11' distribution: 'temurin' @@ -25,7 +25,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: sep3-parser path: target/sep3-parser-*-jar-with-dependencies.jar @@ -43,4 +43,4 @@ jobs: - name: Build and Publish run: mvn -B deploy env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}