Skip to content

Commit

Permalink
Merge pull request #401 from wildfly/dependabot/github_actions/4.x/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
jamezp authored Jan 2, 2024
2 parents 0bc39a0 + 7599fa0 commit ad628e3
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,12 +38,12 @@ jobs:
cache: 'maven'
- name: Build with Maven Java ${{ matrix.java }}
run: mvn clean verify '-Dorg.wildfly.logging.skipLogManagerCheck=true'
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}
path: '**/surefire-reports/*.txt'
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: server-logs-${{ matrix.os }}-${{ matrix.java }}
Expand Down

0 comments on commit ad628e3

Please sign in to comment.