Skip to content

Commit

Permalink
Merge pull request #346 from ofalvai/renovate/major-github-artifact-a…
Browse files Browse the repository at this point in the history
…ctions

Update actions/upload-artifact action to v4
  • Loading branch information
ofalvai authored Aug 2, 2024
2 parents 7a725f3 + 222c76b commit f8d1050
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 f8d1050

Please sign in to comment.