Skip to content

Commit

Permalink
Merge pull request #82 from treasure-data/update-actions/upload-artifact
Browse files Browse the repository at this point in the history
Update upload artifact to v4
  • Loading branch information
minidragon88 authored Nov 8, 2024
2 parents 5ffda5e + bdf25f3 commit e00c638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build with testing
run: ./gradlew check --console rich --info

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: tests
Expand All @@ -34,7 +34,7 @@ jobs:
if: success()
run: ./gradlew jacocoTestReport

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

0 comments on commit e00c638

Please sign in to comment.