Skip to content

Commit 7e1b30a

Browse files
build(deps): Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f446230 commit 7e1b30a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Run unit test
4545
run: make test-cover
4646
- name: Upload unit test coverage report
47-
uses: actions/upload-artifact@v5
47+
uses: actions/upload-artifact@v6
4848
with:
4949
name: unit-test-coverage-report-${{ github.sha }}
5050
path: ./coverage.txt
@@ -61,7 +61,7 @@ jobs:
6161
- name: Run integration test
6262
run: make test-integration-cover
6363
- name: Upload integration test coverage report
64-
uses: actions/upload-artifact@v5
64+
uses: actions/upload-artifact@v6
6565
with:
6666
name: integration-test-coverage-report-${{ github.sha }}
6767
path: ./node/coverage.txt

0 commit comments

Comments
 (0)