diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index efe4539..5634bee 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -46,7 +46,7 @@ jobs: ls -lh dist/ # Store an artifact of the build to use in the publish step below - name: Store the distribution packages - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4 with: name: python-package-distributions path: dist/ @@ -64,7 +64,7 @@ jobs: id-token: write # this permission is mandatory for PyPI publishing steps: - name: Download all the dists - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4 with: name: python-package-distributions path: dist/