Skip to content

Commit

Permalink
Merge pull request #260 from uber/actions
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
lalwani authored Sep 27, 2024
2 parents 4590edf + dbdd3bf commit d581a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: ./gradlew check --stacktrace
- name: Upload lint and test reports
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: execution-reports
path: |
Expand Down

0 comments on commit d581a91

Please sign in to comment.