From 3ea3dd075c5c8c5b5ec9608d0e53f4d501b1da7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:35:38 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact in /.github/workflows Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/cypress.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f670f7..bbe2d63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v3 - name: Download built frontend - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: workflow: build.yml workflow_conclusion: success @@ -50,7 +50,7 @@ jobs: - name: Download built doc static site uses: actions/download-artifact@v3 - # uses: dawidd6/action-download-artifact@v2 + # uses: dawidd6/action-download-artifact@v6 with: # workflow_conclusion: "" # branch: develop diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 443016a..cfa1137 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -96,7 +96,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Download last run screenshots - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: cypress.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f80d90c..bf9c6ee 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Download artifact id: download-artifact - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: workflow: build.yml workflow_conclusion: success