diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67b72de1e..273766244 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@v2 + uses: actions/upload-artifact@v3 if: ${{ failure() }} with: name: snapshots-diffs @@ -51,7 +51,7 @@ jobs: run: make updateSnapshot - name: Upload snapshots - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: ${{ failure() }} with: name: image-snapshots