diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0bbf41e..658b0b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,7 +80,7 @@ jobs: ls -la dist - name: Upload package if: github.event_name == 'push' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: python-packages path: dist @@ -90,7 +90,7 @@ jobs: make -C docs html - name: Upload documentation if: github.event_name == 'push' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: sphinx-docs path: docs/_build/html