Skip to content

Commit

Permalink
use v4 upload action
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Sep 12, 2024
1 parent 848a607 commit 8e0517b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- uses: actions/upload-artifact@v1
if: always()
- uses: actions/upload-artifact@v4
with:
name: macos-test-reports
path: build/reports
Expand All @@ -61,8 +60,7 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- uses: actions/upload-artifact@v1
if: always()
- uses: actions/upload-artifact@v4
with:
name: windows-test-reports
path: build/reports
Expand Down

0 comments on commit 8e0517b

Please sign in to comment.