Skip to content

Commit f3d7c2e

Browse files
committed
tentative fix 20
1 parent 079c8bd commit f3d7c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
- if: steps.check_downloaded_files.outcome == 'success'
284284
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
285285
with:
286-
name: .coverage-${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}
286+
name: coverage-report-${{hashFiles('.coverage')}}
287287
path: .coverage
288288
if-no-files-found: error
289289
include-hidden-files: true

0 commit comments

Comments
 (0)