diff --git a/.github/workflows/executable.yml b/.github/workflows/executable.yml index 939f1dd3f..cd1a02289 100644 --- a/.github/workflows/executable.yml +++ b/.github/workflows/executable.yml @@ -26,7 +26,7 @@ jobs: - name: Verify executable run: ./scripts/verify-executable.sh ./percy - name: Upload win artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: win-exe path: percy.exe diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ad7389b22..66072246f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: ${{ hashFiles('.github/.cache-key') }}/ - run: yarn - run: yarn build - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: dist path: packages/*/dist diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ff9f836d2..ed64a6283 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -40,7 +40,7 @@ jobs: ${{ hashFiles('.github/.cache-key') }}/ - run: yarn - run: yarn build - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: dist path: packages/*/dist