diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d09add..4a90aff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,7 +126,7 @@ jobs: echo "name=$(echo ${{ matrix.dir }} | tr / . | sed -E 's/\.\.+//g')" >> $GITHUB_OUTPUT - name: Retrieve requirements.yml - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0 if: strategy.job-index != 0 continue-on-error: true with: @@ -169,7 +169,7 @@ jobs: delete-merged: true - name: Retrieve Artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0 id: release-artifacts with: name: ansible-collections