We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fadba1f + d15b05f commit 31db230Copy full SHA for 31db230
1 file changed
.github/workflows/node.js.yml
@@ -78,7 +78,7 @@ jobs:
78
DEBUG: 'none' # 'test:deprecated'
79
80
- name: Upload coverage report
81
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
82
if: success() || failure()
83
with:
84
name: coverage
@@ -98,7 +98,7 @@ jobs:
98
BASE_PATH: /prototypedev/_design/prototype
99
100
- name: Upload Playwright report and traces for trace.playwright.dev
101
102
if: ${{ !cancelled() }} # Upload even if the previous step failed
103
104
name: ui-test-results # Name of the artifact
0 commit comments