Skip to content

Commit

Permalink
Merge pull request #118 from treasure-data/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
minidragon88 committed May 19, 2023
2 parents 808295f + 615576f commit b319786
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 @@ -21,7 +21,7 @@ jobs:
- name: Build with testing
run: ./gradlew check --console rich --info

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

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

0 comments on commit b319786

Please sign in to comment.