diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index 4ad3582ad..0acb19da6 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -48,7 +48,7 @@ jobs: mike set-default $MIKE_VERSION - name: Upload site - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: docs-site path: site/ diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 55e2cbf13..820c7fb35 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -94,7 +94,7 @@ jobs: run: python -m build - name: Upload distribution files - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: dist-packages path: dist/ @@ -197,7 +197,7 @@ jobs: mike set-default $MIKE_VERSION - name: Upload site - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: docs-site path: site/