Skip to content

Commit

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

Bump actions/upload-artifact from 4.4.0 to 4.4.1
  • Loading branch information
github-actions[bot] authored Oct 7, 2024
2 parents b875021 + 1a28e44 commit 30a8ee6
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 @@ -38,7 +38,7 @@ jobs:
- name: Archive target directory
run: tar -cf target.tar target
- name: Upload target directory archive
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
with:
name: build_target
path: target.tar
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Test with Maven
run: ./mvnw -B -V -e -Pcoverage verify -Denforcer.skip=true -Dmaven.resources.skip=true -Dflatten.skip=true -Dmaven.main.skip=true -Dbnd.skip=true -Dassembly.skipAssembly=true -Dmaven.javadoc.skip=true -Dcyclonedx.skip=true -Dformatter.skip=true -Dforbiddenapis.skip=true -DskipTests=false -DskipITs=false
- name: Upload test results
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
with:
name: java-${{ matrix.java }}-testresults
path: |
Expand Down

0 comments on commit 30a8ee6

Please sign in to comment.