Skip to content

Commit 04e2c42

Browse files
chore(deps): bump the actions group with 3 updates (#211)
Bumps the actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) Updates `codecov/codecov-action` from 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) Updates `crate-ci/typos` from 1.47.0 to 1.47.2 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.47.0...v1.47.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: crate-ci/typos dependency-version: 1.47.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manas Srivastava <40285830+mastermanas805@users.noreply.github.com>
1 parent 175ef72 commit 04e2c42

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/auth-contract-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196

197197
- name: Upload round-trip trace on failure
198198
if: failure()
199-
uses: actions/upload-artifact@v4
199+
uses: actions/upload-artifact@v7
200200
with:
201201
name: auth-roundtrip-trace-${{ github.run_id }}
202202
path: |

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: npm
2525
- run: npm ci
2626
- run: npm test -- --coverage
27-
- uses: codecov/codecov-action@v6
27+
- uses: codecov/codecov-action@v7
2828
if: always()
2929
with:
3030
fail_ci_if_error: false

.github/workflows/e2e-live.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Upload LIVE trace + ledger on failure
126126
if: failure() && env.RUN_LIVE == '1'
127-
uses: actions/upload-artifact@v4
127+
uses: actions/upload-artifact@v7
128128
with:
129129
name: e2e-live-trace-${{ github.run_id }}
130130
path: |

.github/workflows/e2e-pr-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166

167167
- name: Upload trace on failure
168168
if: failure() && env.RUN == '1'
169-
uses: actions/upload-artifact@v4
169+
uses: actions/upload-artifact@v7
170170
with:
171171
name: e2e-pr-smoke-trace-${{ github.run_id }}
172172
path: |

.github/workflows/e2e-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204

205205
- name: Upload LIVE trace + ledger on failure
206206
if: failure() && env.RUN == '1'
207-
uses: actions/upload-artifact@v4
207+
uses: actions/upload-artifact@v7
208208
with:
209209
name: e2e-prod-trace-${{ github.run_id }}
210210
path: |

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
timeout-minutes: 3
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: crate-ci/typos@v1.47.0
18+
- uses: crate-ci/typos@v1.47.2
1919
continue-on-error: true # warn-only — surface findings without blocking CI

0 commit comments

Comments
 (0)