diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e305bac..2191f45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -187,7 +187,7 @@ jobs: OpenCppCoverage.exe --export_type cobertura:coverage.xml --cover_children -- ctest -C ${{matrix.build_type}} - name: Publish Tagged Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.package_generator != '' }} with: files: |