diff --git a/.github/workflows/qa-matrix.yml b/.github/workflows/qa-matrix.yml index 2858911..aa582f8 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@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: merge-multiple: false path: dist/qa/current pattern: ui-screenshot-* - name: Download baseline selection artifact - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 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@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 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 old mode 100755 new mode 100644 index 98c2dfe..a45cdb3 --- 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@37930b1c2abaa49bbe596cd826c3c89aef350131 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: windows-artifacts path: artifacts/windows - name: Download Linux artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: linux-artifacts path: artifacts/linux - name: Download macOS artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: macos-artifacts path: artifacts/macos