diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1a74e9a8a..09371971b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -191,7 +191,7 @@ jobs: path: ${{ env.DEB_PACKAGE_PATH }} - name: Release DEB package artifact (RelWithDebInfo only) - uses: softprops/action-gh-release@v2.0.3 + uses: softprops/action-gh-release@v2.0.4 if: matrix.build_type == 'RelWithDebInfo' && runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/') && matrix.release == 'stable' with: files: ${{ env.DEB_PACKAGE_PATH }} @@ -204,7 +204,7 @@ jobs: name: ${{ env.RPM_PACKAGE_NAME }} path: ${{ env.RPM_PACKAGE_PATH }} - name: Release RPM package artifact (RelWithDebInfo only) - uses: softprops/action-gh-release@v2.0.3 + uses: softprops/action-gh-release@v2.0.4 if: matrix.build_type == 'RelWithDebInfo' && runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/') && matrix.release == 'stable' with: files: ${{ env.RPM_PACKAGE_PATH }} @@ -218,7 +218,7 @@ jobs: path: ${{ env.TGZ_PACKAGE_PATH }} - name: Release TGZ package artifact (RelWithDebInfo only) - uses: softprops/action-gh-release@v2.0.3 + uses: softprops/action-gh-release@v2.0.4 if: matrix.build_type == 'RelWithDebInfo' && startsWith(github.ref, 'refs/tags/') && matrix.release == 'stable' with: files: ${{ env.TGZ_PACKAGE_PATH }}