diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6d003ca7..9e0a2c0f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,6 +47,6 @@ jobs: inputs: "${{ env.BERMUDA_ROOT_DIR }}/bermuda.zip" - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.3.2 + uses: softprops/action-gh-release@v2.4.1 with: files: ${{ env.BERMUDA_ROOT_DIR }}/bermuda.zip