diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index 9942963..41568b5 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -74,7 +74,7 @@ jobs: mike set-default $MIKE_VERSION - name: Upload site - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: docs-site path: site/ diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1daccb7..bc2fb7b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -119,7 +119,7 @@ jobs: run: python -m build - name: Upload distribution files - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: dist-packages path: dist/ @@ -221,7 +221,7 @@ jobs: mike set-default $MIKE_VERSION - name: Upload site - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: docs-site path: site/