Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
--output ${GITHUB_WORKSPACE}/build/coverage_report.xml

- name: Submit coverage build
uses: codecov/codecov-action@v5.5.2
uses: codecov/codecov-action@v6.0.0
with:
disable_search: true
fail_ci_if_error: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Upload source package
if: contains(matrix.compiler, 'gcc')
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: needle-source-package
path: create_source_package/needle-*.tar.xz*
Expand Down
6 changes: 3 additions & 3 deletions cmake/package-lock.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# cmake-format: off

# hibf
set (NEEDLE_HIBF_VERSION bbca76409f5445f1404c206021fcfa37f1fd7054 CACHE STRING "")
set (NEEDLE_HIBF_VERSION eca65729de77a5d411160c487adcafe8f972342b CACHE STRING "")
CPMDeclarePackage (hibf
NAME hibf
GIT_TAG ${NEEDLE_HIBF_VERSION} # main
Expand All @@ -31,7 +31,7 @@ CPMDeclarePackage (chopper
)

# seqan3
set (NEEDLE_SEQAN3_VERSION 3.4.0 CACHE STRING "")
set (NEEDLE_SEQAN3_VERSION 3.4.2 CACHE STRING "")
CPMDeclarePackage (seqan3
NAME seqan3
VERSION ${NEEDLE_SEQAN3_VERSION}
Expand All @@ -43,7 +43,7 @@ CPMDeclarePackage (seqan3
)

# sharg
set (NEEDLE_SHARG_VERSION 1.2.1 CACHE STRING "")
set (NEEDLE_SHARG_VERSION 1.2.2 CACHE STRING "")
CPMDeclarePackage (sharg
NAME sharg
VERSION ${NEEDLE_SHARG_VERSION}
Expand Down
Loading