From 9d5a3ee15051031ffd89b112b026d6448bc6f44d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 07:34:14 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 6 to 7 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 7. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/android-build.yml | 2 +- .github/workflows/coordinator-image.yml | 2 +- .github/workflows/desktop-build.yml | 2 +- .github/workflows/integration-tests.yml | 2 +- .github/workflows/selfhosted-client-image.yml | 2 +- .github/workflows/web-client-image.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 07c4831a..e7534e5e 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -32,7 +32,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@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: frontend-build.yml workflow_conclusion: success diff --git a/.github/workflows/coordinator-image.yml b/.github/workflows/coordinator-image.yml index 4832b3e3..e00910ce 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@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: frontend-build.yml workflow_conclusion: success diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 013074dd..f5745d94 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -29,7 +29,7 @@ jobs: - name: 'Download Basic main.js Artifact' if: inputs.semver == '' # Only if workflow fired from frontend-build.yml - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: frontend-build.yml workflow_conclusion: success diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a6a9c522..c4a665e8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 - name: 'Download static files Artifact' - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: frontend-build.yml workflow_conclusion: success diff --git a/.github/workflows/selfhosted-client-image.yml b/.github/workflows/selfhosted-client-image.yml index a33bed5f..dfb81c70 100644 --- a/.github/workflows/selfhosted-client-image.yml +++ b/.github/workflows/selfhosted-client-image.yml @@ -23,7 +23,7 @@ jobs: - name: 'Download Basic main.js Artifact' if: inputs.semver == '' # Only if workflow fired from frontend-build.yml - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: frontend-build.yml workflow_conclusion: success diff --git a/.github/workflows/web-client-image.yml b/.github/workflows/web-client-image.yml index 39fdfa23..afcff0ed 100644 --- a/.github/workflows/web-client-image.yml +++ b/.github/workflows/web-client-image.yml @@ -23,7 +23,7 @@ jobs: - name: 'Download Basic main.js Artifact' if: inputs.semver == '' # Only if workflow fired from frontend-build.yml - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: frontend-build.yml workflow_conclusion: success