From eb38a69a10c303c639b0e19a43ebaf82057270ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 09:49:40 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08...4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/master.yaml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d053e48..55bb162 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,7 +61,7 @@ jobs: # sarif_file: snyk.sarif - name: Upload reports - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: analyze-reports path: app/build/reports @@ -104,7 +104,7 @@ jobs: run: ./gradlew testDebugUnitTest - name: Upload reports - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: unit-tests-reports path: app/build/reports @@ -197,7 +197,7 @@ jobs: script: ./gradlew connectedCheck && killall -INT crashpad_handler || true - name: Upload reports - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: instrumentation-tests-reports-api${{ matrix.api-level }} path: app/build/reports diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 0be139a..6f9e6c9 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -60,21 +60,21 @@ jobs: run: ./gradlew assembleRelease bundleRelease - name: Upload VERSION - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: VERSION path: VERSION if-no-files-found: error - name: Upload unsigned APK - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: bisq-release.apk path: app/build/outputs/apk/release/bisq-release.apk if-no-files-found: error - name: Upload unsigned AAB - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: bisq-release.aab path: app/build/outputs/bundle/release/bisq-release.aab @@ -130,13 +130,13 @@ jobs: BUILD_TOOLS_VERSION: ${{ env.LATEST_BUILD_TOOLS_VERSION }} - name: Upload signed APK - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: bisq-release-signed.apk path: ${{ steps.sign_apk.outputs.signedReleaseFile }} - name: Upload signed AAB - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: bisq-release-signed.aab path: ${{ steps.sign_aab.outputs.signedReleaseFile }}