Skip to content

Commit

Permalink
Another attempt at workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ronf committed Feb 25, 2024
1 parent fef91a2 commit df99229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Upload coverage data
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.runs-on }}
name: coverage-${{ matrix.runs-on }}-${{ matrix.python-version }}
path: asyncssh/.coverage.*
retention-days: 1

Expand Down

0 comments on commit df99229

Please sign in to comment.