Skip to content

Commit

Permalink
Merge pull request #75 from darranl/Issue#74
Browse files Browse the repository at this point in the history
Resolves #74 Upgrade upload-artifact action to v4
  • Loading branch information
bstansberry authored Sep 30, 2024
2 parents b319b74 + 25d6582 commit bad5f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
java-version: ${{ matrix.java }}
- name: Build and Test on ${{ matrix.java }}
run: mvn -B -ntp clean install
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}
path: '**/surefire-reports/*.txt'
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: logs-${{ matrix.os }}-${{ matrix.java }}
Expand Down

0 comments on commit bad5f42

Please sign in to comment.