diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4ed5579..fc63a59 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.1.0 + uses: softprops/action-gh-release@v2.2.0 with: files: ${{ env.BERMUDA_ROOT_DIR }}/bermuda.zip