Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4 (#212)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 17, 2023
1 parent 7b8ac00 commit cdb650e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-dependency-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Gradle check for updates
run: ./gradlew dependencyUpdates --stacktrace
- name: Upload dependency updates report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dependency-report
path: build/dependencyUpdates/report.json
Expand Down

0 comments on commit cdb650e

Please sign in to comment.