diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62e22b243..230fd023c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: run: make ci - name: Upload snapshot diffs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: snapshots-diffs @@ -51,7 +51,7 @@ jobs: run: make updateSnapshot - name: Upload snapshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: image-snapshots