diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 61bc473..3276859 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -114,7 +114,7 @@ jobs: # upload to PyPI and make a release on every tag if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: dist path: dist