diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 32242e6..c1a72ed 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -72,7 +72,7 @@ jobs: continue-on-error: true - name: Upload benchmark results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: benchmark-results path: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff08488..91be3b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: run: twine check dist/* - name: Store artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: python-package-distributions path: dist/ diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1746f50..3acc59c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: run: python -m build - name: Store artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: python-package-distributions path: dist/