diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1c5e1ac0..2c80240f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -436,9 +436,9 @@ jobs: timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }} steps: - name: Retrieve sibling release artifacts (legacy upload-artifact) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: Retrieve sibling release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v4.1.7 with: pattern: release-artifacts-* merge-multiple: true