Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
ac0a028f00 chore(deps): Bump crazy-max/ghaction-dump-context from 2 to 3
Bumps [crazy-max/ghaction-dump-context](https://github.com/crazy-max/ghaction-dump-context) from 2 to 3.
- [Release notes](https://github.com/crazy-max/ghaction-dump-context/releases)
- [Commits](https://github.com/crazy-max/ghaction-dump-context/compare/v2...v3)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-dump-context
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 19:22:18 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -631,4 +631,4 @@ jobs:
uses: actions/checkout@v6
-
name: Dump context
uses: crazy-max/ghaction-dump-context@v2
uses: crazy-max/ghaction-dump-context@v3

View File

@@ -26,7 +26,7 @@ jobs:
targets: test
-
name: Upload coverage
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v5
with:
files: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}