diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dc4e6282c..32d0a6335 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -219,7 +219,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Download build artifacts - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.1 id: download with: name: ${{ github.event.repository.name }}-poetry-build-${{ matrix.short_sha }} @@ -246,7 +246,7 @@ jobs: - name: Download all artifacts # Do not try to fetch build artifacts if any of the job producing them was skipped. if: needs.pypi-publish.result != 'skipped' || needs.compile-binaries.result != 'skipped' - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.1 id: artifacts with: path: release_artifact