From dc74043b995caeed44bd4e7c5e163337f0142a43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:14:21 +0000 Subject: [PATCH] [deps]: Update dawidd6/action-download-artifact action to v19 --- .github/workflows/a11y-eval-browser.yml | 4 ++-- .github/workflows/a11y-eval-web.yml | 2 +- .github/workflows/test-all-custom-flags.yml | 4 ++-- .github/workflows/test-all.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/a11y-eval-browser.yml b/.github/workflows/a11y-eval-browser.yml index 8fa3b2c0..3607e7a3 100644 --- a/.github/workflows/a11y-eval-browser.yml +++ b/.github/workflows/a11y-eval-browser.yml @@ -63,7 +63,7 @@ jobs: run: echo "{\"flagValues\":$_FEATURE_FLAGS}" > "flags.json" - name: Download extension artifact - uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16 + uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: build-browser.yml @@ -110,7 +110,7 @@ jobs: run: npm run seed:vault:ciphers - name: Download test site build - uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16 + uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: build.yml diff --git a/.github/workflows/a11y-eval-web.yml b/.github/workflows/a11y-eval-web.yml index 318589b0..8ef12711 100644 --- a/.github/workflows/a11y-eval-web.yml +++ b/.github/workflows/a11y-eval-web.yml @@ -88,7 +88,7 @@ jobs: run: npm run seed:vault:ciphers - name: Download test site build - uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16 + uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: build.yml diff --git a/.github/workflows/test-all-custom-flags.yml b/.github/workflows/test-all-custom-flags.yml index e81cca2b..d578d9f8 100644 --- a/.github/workflows/test-all-custom-flags.yml +++ b/.github/workflows/test-all-custom-flags.yml @@ -110,7 +110,7 @@ jobs: - name: Download extension artifact id: get-build-artifact - uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16 + uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: build-browser.yml @@ -162,7 +162,7 @@ jobs: run: npm run seed:vault:ciphers - name: Download test site build - uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16 + uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: build.yml diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index d7132402..f5d7a967 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -106,7 +106,7 @@ jobs: - name: Download extension artifact id: get-build-artifact - uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16 + uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: build-browser.yml @@ -163,7 +163,7 @@ jobs: run: npm run seed:vault:ciphers - name: Download test site build - uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16 + uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: build.yml