Skip to content

Commit 6fa50bf

Browse files
dependabot[bot]mtfishman
authored andcommitted
Bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7282a0b commit 6fa50bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main_test_itensors_base_macos_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
Pkg.develop(path="./NDTensors");
3535
Pkg.develop(path=".");
3636
Pkg.test("ITensors"; coverage=true, test_args=["base"]);
37-
- uses: "codecov/codecov-action@v5"
37+
- uses: "codecov/codecov-action@v6"
3838
with:
3939
token: "${{ secrets.CODECOV_TOKEN }}"

.github/workflows/test_itensors_base_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
Pkg.develop(path=".");
3939
Pkg.test("ITensors"; coverage=true, test_args=["base"]);
4040
41-
- uses: "codecov/codecov-action@v5"
41+
- uses: "codecov/codecov-action@v6"
4242
with:
4343
token: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)