Skip to content

Commit 5b76ba3

Browse files
build(deps): bump actions/upload-artifact (#89)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b60ab2e commit 5b76ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/android-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
run: ./.github/scripts/post-build-with-gradle.sh
7070
- name: Upload artifacts
7171
if: inputs.upload-artifacts == 'true' && !cancelled()
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v6
7373
with:
7474
name: 7SIM-CI-${{ github.run_id }}
7575
path: ${{ env.ARTIFACTS_DIR }}

0 commit comments

Comments
 (0)