From e9d136f5423be8b1eb5ea454a3330d984ab6a872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:18:00 +0800 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#169) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/android.yml | 2 +- .github/workflows/androidr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index cf8b2921e0..67055bc33a 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -63,7 +63,7 @@ jobs: - name: Upload Canary APK if: contains(github.event.head_commit.message, '[upload]') == true - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: HyperCeiler Canary path: ${{ env.APK_FILE_CANARY }} diff --git a/.github/workflows/androidr.yml b/.github/workflows/androidr.yml index 54f3e9d0ec..0b15b462db 100644 --- a/.github/workflows/androidr.yml +++ b/.github/workflows/androidr.yml @@ -63,7 +63,7 @@ jobs: - name: Upload Canary APK if: contains(github.event.head_commit.message, '[upload]') == true - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Cemiler Canary path: ${{ env.APK_FILE_CANARY }}