diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4fc0bb4..d1f32fb 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -74,7 +74,7 @@ jobs: SOURCE_URL: ${{ secrets.SOURCE_URL }} DEBUG: 'none' - name: Upload coverage report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: success() || failure() with: name: coverage @@ -107,7 +107,7 @@ jobs: BASE_PATH: /prototype/_design/prototype - name: Upload Playwright report and traces for trace.playwright.dev - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: ${{ !cancelled() }} # Upload even if the previous step failed with: name: test-results # Name of the artifact