diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6e12608..409df5bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: tar -czf calcite-work.tgz ../calcite - name: Upload failure archive (if run failed) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: calcite-work