Skip to content

Commit c17454b

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] <[email protected]>
1 parent c9ae21e commit c17454b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
SOURCE_URL: ${{ secrets.SOURCE_URL }}
7575
DEBUG: 'none'
7676
- name: Upload coverage report
77-
uses: actions/upload-artifact@v5
77+
uses: actions/upload-artifact@v6
7878
if: success() || failure()
7979
with:
8080
name: coverage
@@ -107,7 +107,7 @@ jobs:
107107
BASE_PATH: /prototype/_design/prototype
108108

109109
- name: Upload Playwright report and traces for trace.playwright.dev
110-
uses: actions/upload-artifact@v5
110+
uses: actions/upload-artifact@v6
111111
if: ${{ !cancelled() }} # Upload even if the previous step failed
112112
with:
113113
name: test-results # Name of the artifact

0 commit comments

Comments
 (0)