We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872e677 commit 6e4bf2cCopy full SHA for 6e4bf2c
.github/workflows/build_and_test.yml
@@ -66,7 +66,7 @@ jobs:
66
# into a separate job (or, otherwise, we'd need to upload the content
67
# of the whole `.git` folder as an artifact).
68
- name: JUnit Tests (dorny/test-reporter@v1)
69
- uses: dorny/test-reporter@v1
+ uses: dorny/test-reporter@v2
70
if: ${{ always() }}
71
with:
72
name: JUnit Tests (${{ runner.os }}, dorny/test-reporter@v1)
@@ -96,7 +96,7 @@ jobs:
96
path: '**/build/reports/'
97
- name: Code coverage report
98
if: ${{ runner.os == 'Linux' }}
99
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
100
101
flags: unittests
102
fail_ci_if_error: false # optional (default = false)
0 commit comments