Skip to content

Commit

Permalink
updated upload artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Sep 19, 2024
1 parent 0673779 commit da29343
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 @@ -71,7 +71,7 @@ jobs:
# run: mvn test -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn

- name: upload test reports win
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ failure() && matrix.os == env.WINDOWS_VERSION}}

with:
Expand All @@ -83,7 +83,7 @@ jobs:
retention-days: 1

- name: upload test reports ubuntu
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ failure() && matrix.os == 'ubuntu-22.04' }}
with:
name: surfire-ubuntu
Expand Down

0 comments on commit da29343

Please sign in to comment.