Skip to content

Commit

Permalink
Update all actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert authored and dominikl committed Dec 3, 2024
1 parent 788f8d7 commit 86dbd2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand All @@ -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'
Expand Down

0 comments on commit 86dbd2f

Please sign in to comment.