Skip to content

Commit 36dd6ad

Browse files
Bump actions/upload-artifact from 4.5.0 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6f51ac0...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 28234ca commit 36dd6ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: ./gradlew :app:lintRelease
3939

4040
- name: Upload Lint Reports
41-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
41+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4242
if: ${{ always() }} # Also upload if lint errors.
4343
with:
4444
name: Lint reports

0 commit comments

Comments
 (0)