From 8e8c32f501812b0cc5dd5977a74e7bfb70845a40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:09:26 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 2 to 3 (#1000) Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 3. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/android-build.yml | 2 +- .github/workflows/client-image.yml | 4 ++-- .github/workflows/coordinator-image.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 437b091f..0f7fd3f6 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -23,7 +23,7 @@ jobs: - name: 'Download Android Web.bundle Artifact (built frontend)' if: inputs.semver == '' # Only if workflow fired from frontend-build.yml - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: workflow: frontend-build.yml workflow_conclusion: success diff --git a/.github/workflows/client-image.yml b/.github/workflows/client-image.yml index da7831e2..2071b050 100644 --- a/.github/workflows/client-image.yml +++ b/.github/workflows/client-image.yml @@ -26,7 +26,7 @@ jobs: - name: 'Download basic.selfhosted.js Artifact' if: inputs.semver == '' # Only if workflow fired from frontend-build.yml - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: workflow: frontend-build.yml workflow_conclusion: success @@ -42,7 +42,7 @@ jobs: - name: 'Download pro.selfhosted.js Artifact' if: inputs.semver == '' # Only if workflow fired from frontend-build.yml - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: workflow: frontend-build.yml workflow_conclusion: success diff --git a/.github/workflows/coordinator-image.yml b/.github/workflows/coordinator-image.yml index c39b5773..e4a3cb84 100644 --- a/.github/workflows/coordinator-image.yml +++ b/.github/workflows/coordinator-image.yml @@ -17,7 +17,7 @@ jobs: - name: 'Download Basic main.js Artifact' if: inputs.semver == '' # Only if workflow fired from frontend-build.yml - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: workflow: frontend-build.yml workflow_conclusion: success @@ -33,7 +33,7 @@ jobs: - name: 'Download pro.js Artifact' if: inputs.semver == '' # Only if workflow fired from frontend-build.yml - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: workflow: frontend-build.yml workflow_conclusion: success