diff --git a/.github/workflows/a11y-eval-browser.yml b/.github/workflows/a11y-eval-browser.yml index 8dc3269b..769816e0 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@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11 + uses: dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: build-browser.yml @@ -109,7 +109,7 @@ jobs: npm run seed:vault:ciphers - name: Download test site build - uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11 + uses: dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12 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 512f2877..dfefdf6d 100644 --- a/.github/workflows/a11y-eval-web.yml +++ b/.github/workflows/a11y-eval-web.yml @@ -87,7 +87,7 @@ jobs: npm run seed:vault:ciphers - name: Download test site build - uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11 + uses: dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12 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 c6f37d5b..79a012ea 100644 --- a/.github/workflows/test-all-custom-flags.yml +++ b/.github/workflows/test-all-custom-flags.yml @@ -106,7 +106,7 @@ jobs: - name: Download extension artifact id: get-build-artifact - uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11 + uses: dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: build-browser.yml @@ -157,7 +157,7 @@ jobs: npm run seed:vault:ciphers - name: Download test site build - uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11 + uses: dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: build.yml diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 0e984dde..e1237359 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -103,7 +103,7 @@ jobs: - name: Download extension artifact id: get-build-artifact - uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11 + uses: dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: build-browser.yml @@ -159,7 +159,7 @@ jobs: npm run seed:vault:ciphers - name: Download test site build - uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11 + uses: dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: build.yml