From 62e75c852abd1e48c9f6d534752a582bc20467e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:44:13 -0700 Subject: [PATCH] Bump dawidd6/action-download-artifact from 4 to 5 (#2601) Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 4 to 5. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v4...v5) --- 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/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 6fb6723bd..77a194559 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -57,7 +57,7 @@ jobs: - name: Download Wasm Cache id: download-wasm if: needs.check-rust-changes.outputs.rust-changed == 'false' - uses: dawidd6/action-download-artifact@v4 + uses: dawidd6/action-download-artifact@v5 continue-on-error: true with: github_token: ${{secrets.GITHUB_TOKEN}} @@ -162,7 +162,7 @@ jobs: - name: Download Wasm Cache id: download-wasm if: needs.check-rust-changes.outputs.rust-changed == 'false' - uses: dawidd6/action-download-artifact@v4 + uses: dawidd6/action-download-artifact@v5 continue-on-error: true with: github_token: ${{secrets.GITHUB_TOKEN}}