Skip to content

Commit

Permalink
Merge pull request #459 from mwiede/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
mwiede authored Dec 19, 2023
2 parents 02f89c8 + 6461469 commit 099a47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
check-latest: true
- name: Build with Maven
run: ./mvnw -B -V -e -DskipTests=true package
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: java-${{ matrix.java }}-jars
path: |
Expand All @@ -50,7 +50,7 @@ jobs:
check-latest: true
- name: Test with Maven
run: ./mvnw -B -V -e -P coverage verify -Denforcer.skip=true -Dmaven.resources.skip=true -Dmaven.main.skip=true -Dassembly.skipAssembly=true -Dmaven.javadoc.skip=true -DskipITs=false
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: java-${{ matrix.java }}-testresults
path: |
Expand Down

0 comments on commit 099a47f

Please sign in to comment.