diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index 2585fd26e..5aa310214 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -134,7 +134,7 @@ jobs: draft: false prerelease: false - name: Download ZIP artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: coreMQTT-${{ github.event.inputs.version_number }}.zip - name: Upload Release Asset