diff --git a/.github/workflows/python_publish.yml b/.github/workflows/python_publish.yml index 1f2366f..9818039 100644 --- a/.github/workflows/python_publish.yml +++ b/.github/workflows/python_publish.yml @@ -45,7 +45,7 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: python-package-distributions path: dist/ @@ -73,7 +73,7 @@ jobs: VERSION=$(grep -Po 'version = \K.*' setup.cfg) echo "::set-output name=PACKAGE_VERSION::$VERSION" - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: python-package-distributions path: dist/