From 86dbd2ffc04f5e52879cf3ce6446eba01241bf6a Mon Sep 17 00:00:00 2001 From: Melissa Linkert Date: Thu, 24 Oct 2024 08:56:01 -0500 Subject: [PATCH] Update all actions to v4 --- .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 2887001..6c72c09 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,7 +28,7 @@ jobs: run: mvn ${{ env.maven_commands }} - name: Upload JAR as artifact if: matrix.os == 'ubuntu-latest' && matrix.java == '1.8' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ZarrReader path: target/*.jar @@ -71,7 +71,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Retrieve version id: get_version run: | @@ -86,7 +86,7 @@ jobs: echo server='ome.releases' >> $GITHUB_OUTPUT fi - name: Set up Repository - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: 8 distribution: 'zulu'