Skip to content

Commit c60063a

Browse files
chore(deps): update gh actions dependencies to v5
1 parent d434f0f commit c60063a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-on-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
run: ./gradlew check koverXmlReport
3636

3737
- name: Publish Test Report
38-
uses: mikepenz/action-junit-report@v4
38+
uses: mikepenz/action-junit-report@v5
3939
if: always() # always run even if the previous step fails
4040
with:
4141
check_name: JUnit Test Report
4242
report_paths: '**/build/test-results/**/TEST-*.xml'
4343

4444
- name: Coverage Report
45-
uses: codecov/codecov-action@v4
45+
uses: codecov/codecov-action@v5
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}
4848
fail_ci_if_error: true

0 commit comments

Comments
 (0)