diff --git a/.github/workflows/surge-receive-pull-request.yml b/.github/workflows/surge-receive-pull-request.yml index ef0a7beaac9..a0306062311 100644 --- a/.github/workflows/surge-receive-pull-request.yml +++ b/.github/workflows/surge-receive-pull-request.yml @@ -17,7 +17,7 @@ jobs: run: docker run --privileged -i --rm -p 4000:4000 -e LC_ALL=C.UTF-8 -e LANG=C.UTF-8 -v $(pwd):/site debezium/website-builder bash -c "rake clean build[production]" - name: upload dist artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: dist path: _site/ @@ -29,7 +29,7 @@ jobs: - name: Upload PR number if: ${{ always() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: pr path: ./pr-id.txt