fix: upgrade GitHub Actions and patch dependency vulnerabilities (v2.44.1) (#690)

This commit is contained in:
Romuald Członkowski
2026-04-01 21:17:59 +02:00
committed by GitHub
parent b800ff0cd9
commit 4b109b0870
10 changed files with 1275 additions and 1079 deletions

View File

@@ -116,7 +116,7 @@ jobs:
# Upload coverage to Codecov
- name: Upload coverage to Codecov
if: always()
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/lcov.info
@@ -250,7 +250,7 @@ jobs:
path: artifacts
- name: Publish test results
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@v3
if: always()
continue-on-error: true
with: