diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index a68972a..3f94caa 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -55,7 +55,7 @@ jobs: mike set-default $MIKE_VERSION - name: Upload site - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: docs-site path: site/ diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 64635dd..65781fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -100,7 +100,7 @@ jobs: run: python -m build - name: Upload distribution files - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dist-packages path: dist/ @@ -210,7 +210,7 @@ jobs: mike set-default $MIKE_VERSION - name: Upload site - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: docs-site path: site/