Skip to content

Commit 7b58eda

Browse files
build(deps): Bump actions/upload-artifact in the all-actions group (#945)
Bumps the all-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 206e36e commit 7b58eda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android-branch_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: ./gradlew clean && ./gradlew assembleDebug
4444

4545
- name: Upload Artifact
46-
uses: actions/upload-artifact@v4.6.2
46+
uses: actions/upload-artifact@v5.0.0
4747
with:
4848
name: Signed app apk
4949
path: app/build/outputs/apk/debug/*.apk

.github/workflows/android-pr_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: ./gradlew clean && ./gradlew assembleDebug
4242

4343
- name: Upload Artifact
44-
uses: actions/upload-artifact@v4.6.2
44+
uses: actions/upload-artifact@v5.0.0
4545
with:
4646
name: Signed app apk
4747
path: app/build/outputs/apk/debug/*.apk

0 commit comments

Comments
 (0)