diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 3a4b211..123b125 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -2,7 +2,7 @@ name: "Publish Python distribution to PyPI" # Uses: # https://github.com/actions/setup-python : 0b93645e9fea7318ecaed2b359559ac225c90a2b # https://github.com/actions/checkout : 11bd71901bbe5b1630ceea73d27597364c9af683 -# https://github.com/actions/download-artifact : fa0a91b85d4f404e444e00e005971372dc801d1c6 +# https://github.com/actions/download-artifact : fa0a91b85d4f404e444e00e005971372dc801d16 # https://github.com/actions/upload-artifact : 6f51ac03b9356f520e9adb1b1b7802705f340c2b # https://github.com/actions/pypa/gh-action-pypi-publish : 76f52bc884231f62b9a034ebfe128415bbaabdfc @@ -47,7 +47,7 @@ jobs: steps: - name: "Download all the dists" - uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d1c6" + uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" with: name: "python-package-distributions" path: "dist/"