Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 421eca1 commit 6461469
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 6461469

Please sign in to comment.