diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index baf23d7a4..dfb173e4a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -71,8 +71,8 @@ jobs: if: failure() uses: actions/upload-artifact@v4 with: - name: screenshots - path: tmp/screenshots + name: screenshots-${{ matrix.ci_node_index }} + path: tmp/capybara/ coveralls: permissions: contents: none