Upgrade actions to newer versions (#1262)

Fixes #1245
This commit is contained in:
Alex Kremer
2024-03-14 10:49:43 +00:00
committed by GitHub
parent 9fa1740146
commit c17cc37c1c
7 changed files with 17 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ runs:
gcovr -e unittests --xml build/coverage_report.xml -j8 --exclude-throw-branches
- name: Archive coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-report.xml
path: build/coverage_report.xml