diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index c98520c..3676336 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -77,7 +77,7 @@ jobs: CIBW_TEST_COMMAND: pytest {project}/fastfm2 - name: Publish artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: dist path: ./dist/*.whl