Skip to content

Commit 7ebbbb1

Browse files
Merge pull request #2479 from Accenture/dependabot/github_actions/main/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 684211c + 2d1229c commit 7ebbbb1

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)