diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index fbda1ad..f8a9bd5 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -75,7 +75,7 @@ jobs: continue-on-error: true - name: Upload benchmark results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: benchmark-results path: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 451ad40..73a43ce 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@v4 + uses: actions/upload-artifact@v5 with: name: python-package-distributions path: dist/ diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6b714f4..03ec72e 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@v4 + uses: actions/upload-artifact@v5 with: name: python-package-distributions path: dist/