diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 51b6c51..d983bd6 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -46,7 +46,7 @@ jobs: - name: Upload benchmark results if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: benchmark-results path: benchmark_results.json diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7ab7e0..ee87f7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: - name: Build sdist + wheel run: python -m build - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: dist path: dist/ diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 333e0c0..52e3ad2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,7 +43,7 @@ jobs: - name: Upload artifact if: github.event_name == 'pull_request' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: mkdocs-site path: site/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 068e550..f3aa2ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: # Otherwise set PYPI_API_TOKEN in the GitHub environment secrets. - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: pypi-dist path: dist/