diff --git a/.github/workflows/executable.yml b/.github/workflows/executable.yml index c244669af..3b8238f70 100644 --- a/.github/workflows/executable.yml +++ b/.github/workflows/executable.yml @@ -22,7 +22,7 @@ jobs: - name: Verify executable run: ./percy --version - name: Upload win artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: win-exe path: percy.exe diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e7ed4b05f..fa8b0bb20 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: ${{ hashFiles('.github/.cache-key') }}/ - run: yarn - run: yarn build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: dist path: packages/*/dist diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index eb7803054..1c09758c2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -28,7 +28,7 @@ jobs: ${{ hashFiles('.github/.cache-key') }}/ - run: yarn - run: yarn build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: dist path: packages/*/dist