Skip to content

Commit 2d1229c

Browse files
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] <support@github.com>
1 parent 684211c commit 2d1229c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage-develop-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
npx c8 report --reporter json-summary --exclude-after-remap false
3535
3636
- name: Upload coverage artifact
37-
uses: actions/upload-artifact@v5
37+
uses: actions/upload-artifact@v6
3838
with:
3939
name: test-coverage-output
4040
path: coverage

.github/workflows/coverage-main-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
npx c8 report --reporter json-summary --exclude-after-remap false
3535
3636
- name: Upload coverage artifact
37-
uses: actions/upload-artifact@v5
37+
uses: actions/upload-artifact@v6
3838
with:
3939
name: test-coverage-output
4040
path: coverage

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git fetch origin ${{ github.event.pull_request.base.ref }} --depth=1000
3434
3535
- name: Upload coverage artifact
36-
uses: actions/upload-artifact@v5
36+
uses: actions/upload-artifact@v6
3737
with:
3838
name: test-coverage-output
3939
path: coverage

0 commit comments

Comments
 (0)