Skip to content

Commit

Permalink
Create distinct output name
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Jan 2, 2025
1 parent af3713c commit 86cb5ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
if: failure() || cancelled()
uses: actions/upload-artifact@v4
with:
name: e2e-test-dir
name: e2e-test-dir-coverage
path: ${{ runner.temp }}/coverage

- name: Upload coverage
Expand Down Expand Up @@ -428,7 +428,7 @@ jobs:
if: failure() || cancelled()
uses: actions/upload-artifact@v4
with:
name: e2e-test-dir
name: e2e-test-dir-test
path: ${{ runner.temp }}/test

system-contracts:
Expand Down

0 comments on commit 86cb5ed

Please sign in to comment.