From 01befbb83825daf3281bcff0b851d003cc2b1441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:01:03 +0800 Subject: [PATCH] =?UTF-8?q?ci(deps):=20=E6=9B=B4=E6=96=B0=20actions/upload?= =?UTF-8?q?-artifact=20=E5=88=B0=204.3.6=20(#23)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c628dc2..90b3c82 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -60,7 +60,7 @@ jobs: run: mkdir artifact && cp app/build/outputs/apk/release/*.apk artifact - name: Upload artifact - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.6 with: name: JavaIMAndroid path: artifact