diff --git a/.github/workflows/run-e2e.yml b/.github/workflows/run-e2e.yml index 00865c2f..f4fd6439 100644 --- a/.github/workflows/run-e2e.yml +++ b/.github/workflows/run-e2e.yml @@ -37,5 +37,5 @@ jobs: if: always() uses: actions/upload-artifact@v3 with: - name: test-results-${{ github.ref }}-${{ github.run_number }} + name: test-results-${{ github.sha }}-${{ github.run_number }} path: examples/simple/test-results \ No newline at end of file