jest-matcher-http 3.0.7 → 3.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,7 @@ jobs:
23
23
  - run: npm ci
24
24
  - run: npm test
25
25
  - name: Upload coverage to Codecov
26
- uses: codecov/codecov-action@v5
26
+ uses: codecov/codecov-action@v6
27
27
  with:
28
28
  flags: run-${{ matrix.node-version }}
29
29
  fail_ci_if_error: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-matcher-http",
3
- "version": "3.0.7",
3
+ "version": "3.0.9",
4
4
  "description": "Additional Jest matchers for HTTP responses.",
5
5
  "main": "src/index.js",
6
6
  "engines": {