Skip to content

Commit 1c95d4b

Browse files
Bump actions/upload-artifact from 5 to 6 in the default group
Bumps the default group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `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 dependency-group: default ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 82c4c5f commit 1c95d4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
DEBUG: 'none' # 'test:deprecated'
7979

8080
- name: Upload coverage report
81-
uses: actions/upload-artifact@v5
81+
uses: actions/upload-artifact@v6
8282
if: success() || failure()
8383
with:
8484
name: coverage
@@ -98,7 +98,7 @@ jobs:
9898
BASE_PATH: /prototypedev/_design/prototype
9999

100100
- name: Upload Playwright report and traces for trace.playwright.dev
101-
uses: actions/upload-artifact@v5
101+
uses: actions/upload-artifact@v6
102102
if: ${{ !cancelled() }} # Upload even if the previous step failed
103103
with:
104104
name: ui-test-results # Name of the artifact

0 commit comments

Comments
 (0)