From 14d2660b6125cb50a5f0965bd2435bec470f9938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ch=C4=99ci=C5=84ski?= Date: Tue, 4 Jun 2024 16:25:56 +0200 Subject: [PATCH] [BRE-94] Replace `dawidd6/action-download-artifact` with `bitwarden/gh-actions/download-artifacts` (#3278) --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f79b726f..0b79525e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: - name: Download all artifacts if: ${{ inputs.release_type != 'Dry Run' }} - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4 + uses: bitwarden/gh-actions/download-artifacts@main with: workflow: build.yml workflow_conclusion: success @@ -75,7 +75,7 @@ jobs: - name: Dry Run - Download all artifacts if: ${{ inputs.release_type == 'Dry Run' }} - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4 + uses: bitwarden/gh-actions/download-artifacts@main with: workflow: build.yml workflow_conclusion: success @@ -129,7 +129,7 @@ jobs: - name: Download F-Droid .apk artifact if: ${{ inputs.release_type != 'Dry Run' }} - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4 + uses: bitwarden/gh-actions/download-artifacts@main with: workflow: build.yml workflow_conclusion: success @@ -138,7 +138,7 @@ jobs: - name: Dry Run - Download F-Droid .apk artifact if: ${{ inputs.release_type == 'Dry Run' }} - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4 + uses: bitwarden/gh-actions/download-artifacts@main with: workflow: build.yml workflow_conclusion: success