diff --git a/.github/workflows/build-publish-test.yml b/.github/workflows/build-publish-test.yml index 598a184..b563bc5 100644 --- a/.github/workflows/build-publish-test.yml +++ b/.github/workflows/build-publish-test.yml @@ -44,7 +44,7 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - name: Download dists - uses: actions/download-artifact@v4.1.1 # make sure that same major version as actions/upload-artifact + uses: actions/download-artifact@v4.1.7 # make sure that same major version as actions/upload-artifact with: name: python-package-distributions-${{ github.ref_name }} path: dist/ diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d6c03fc..9b6de8d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,7 +48,7 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - name: Download dists - uses: actions/download-artifact@v4.1.1 # make sure that same major version as actions/upload-artifact + uses: actions/download-artifact@v4.1.7 # make sure that same major version as actions/upload-artifact with: name: python-package-distributions-${{ inputs.tag }} path: dist/