Skip to content

Commit

Permalink
Add the "cached" qualifier to the artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda committed Jun 17, 2024
1 parent 7ae6751 commit 47bb9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Upload coverage report as an artifact
uses: actions/upload-artifact@v4
with:
name: coverage_${{ matrix.os }}_${{ matrix.dependencies }}
name: coverage_${{ matrix.os }}_${{ matrix.dependencies }}_${{ matrix.cached }}
path: ./coverage.xml


Expand Down

0 comments on commit 47bb9b7

Please sign in to comment.