Skip to content

Commit 6e4bf2c

Browse files
Update all github actions
1 parent 872e677 commit 6e4bf2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# into a separate job (or, otherwise, we'd need to upload the content
6767
# of the whole `.git` folder as an artifact).
6868
- name: JUnit Tests (dorny/test-reporter@v1)
69-
uses: dorny/test-reporter@v1
69+
uses: dorny/test-reporter@v2
7070
if: ${{ always() }}
7171
with:
7272
name: JUnit Tests (${{ runner.os }}, dorny/test-reporter@v1)
@@ -96,7 +96,7 @@ jobs:
9696
path: '**/build/reports/'
9797
- name: Code coverage report
9898
if: ${{ runner.os == 'Linux' }}
99-
uses: codecov/codecov-action@v4
99+
uses: codecov/codecov-action@v5
100100
with:
101101
flags: unittests
102102
fail_ci_if_error: false # optional (default = false)

0 commit comments

Comments
 (0)