Skip to content

Commit 31db230

Browse files
Merge pull request #168 from FieldDB/dependabot/github_actions/default-674967a53d
Bump actions/upload-artifact from 6 to 7 in the default group
2 parents fadba1f + d15b05f commit 31db230

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@v6
81+
uses: actions/upload-artifact@v7
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@v6
101+
uses: actions/upload-artifact@v7
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)