Skip to content

Commit

Permalink
Update upload artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
minidragon88 committed Nov 8, 2024
1 parent 8aabc77 commit 566d7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
- name: Build with testing
run: ./gradlew clean check jacocoTestReport --console verbose

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: tests
path: ./build/reports/tests/test

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: success()
with:
name: jacoco
Expand Down

0 comments on commit 566d7c5

Please sign in to comment.