Skip to content

Commit

Permalink
Resolves #74 Upgrae upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
darranl committed Sep 30, 2024
1 parent b319b74 commit f388de0
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 f388de0

Please sign in to comment.