diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8dc0ba39..dae428f81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: run: just desktop-tauri-check - name: Upload desktop e2e artifacts if: failure() - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: desktop-e2e-artifacts path: | @@ -166,7 +166,7 @@ jobs: run: cd desktop && pnpm exec playwright test --project=integration - name: Upload desktop integration artifacts if: failure() - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: desktop-e2e-integration-artifacts path: |