diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fb6b15ce..e19ceb32b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,7 +124,7 @@ jobs: draft: false prerelease: false - name: Download ZIP artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ota-for-aws-iot-embedded-sdk-${{ github.event.inputs.version_number }}.zip - name: Upload Release Asset