From 5ee83a2ef79be779434ae5accf8a336f0f08fe09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 22:21:56 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.2.0 to 4.3.0 (#247) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/android-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index f9ff00e2..9387f6af 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -36,7 +36,7 @@ jobs: - name: Upload Pinboard API APK if: success() - uses: actions/upload-artifact@v4.2.0 + uses: actions/upload-artifact@v4.3.0 with: path: app/build/outputs/apk/pinboardapi/debug/*.apk