Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent 00feb1f commit 222c76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# run: ./gradlew lintDebug

- name: Upload lint report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lint-reports
path: '**/build/reports/lint-results-debug.html'
Expand All @@ -49,7 +49,7 @@ jobs:
run: ./gradlew test --stacktrace

- name: Upload test reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-reports
path: '**/build/reports/tests/'
Expand Down

0 comments on commit 222c76b

Please sign in to comment.