diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ba4e2b39827d1..7fdd715b39e35 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -127,7 +127,7 @@ jobs: - name: Upload build logs as artifact if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: build-logs path: /tmp/apisix-website-build-logs/ diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index d88c8f282fbbd..1336731264e36 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -40,7 +40,7 @@ jobs: run: | yarn workspace scripts link-checker && git status - name: Archive Broken Links List - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: broken-links.json