diff --git a/.github/workflows/qa-matrix.yml b/.github/workflows/qa-matrix.yml index 885eeca..3e7d53b 100644 --- a/.github/workflows/qa-matrix.yml +++ b/.github/workflows/qa-matrix.yml @@ -260,14 +260,14 @@ jobs: run: npm ci - name: Download current screenshot artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: merge-multiple: false path: dist/qa/current pattern: ui-screenshot-* - name: Download baseline selection artifact - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: ui-baseline-selection path: dist/qa/resolved-baseline @@ -368,7 +368,7 @@ jobs: fetch-depth: 1 - name: Download unit test report artifact - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: unit-test-results-${{ matrix.os }} path: dist/test-results/${{ matrix.os }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d25070c..6e53ebb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -207,19 +207,19 @@ jobs: continue-on-error: true - name: Download Windows artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: windows-artifacts path: artifacts/windows - name: Download Linux artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: linux-artifacts path: artifacts/linux - name: Download macOS artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: macos-artifacts path: artifacts/macos