Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Updated the upload-artifact action version from v2 to v4 as per github guideline https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
  • Loading branch information
lalwani authored Sep 5, 2024
1 parent 30b1f37 commit 53723f7
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 53723f7

Please sign in to comment.