Skip to content

Commit 6532b17

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 526ad1b commit 6532b17

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@v6
37+
uses: actions/upload-artifact@v7
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@v6
37+
uses: actions/upload-artifact@v7
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@v6
36+
uses: actions/upload-artifact@v7
3737
with:
3838
name: test-coverage-output
3939
path: coverage

0 commit comments

Comments
 (0)