From cbd0be3051fcae9ec407e0f5bbb1813219176784 Mon Sep 17 00:00:00 2001 From: Evgenii Kozlov Date: Mon, 5 May 2025 16:59:52 +0200 Subject: [PATCH] DROID-3595 App | Tech | Update Github upload actions to v4 (#2376) --- .../build-release-apks-as-github-actions-artefacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-apks-as-github-actions-artefacts.yml b/.github/workflows/build-release-apks-as-github-actions-artefacts.yml index c46e3b5282..9a0aecd61e 100644 --- a/.github/workflows/build-release-apks-as-github-actions-artefacts.yml +++ b/.github/workflows/build-release-apks-as-github-actions-artefacts.yml @@ -86,7 +86,7 @@ jobs: run: ./scripts/release/prepare-release-artefacts.sh - name: Upload artefacts as GitHub Actions output - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: release-apks-${{ github.event.inputs.tag }} path: app/build/outputs/apk/release/release-artefacts/ \ No newline at end of file