diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4048b21..11d9088 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: - name: Build artifacts run: python3 setup.py sdist bdist_wheel - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: dist-${{ matrix.python-version }} path: dist