Skip to content

Commit

Permalink
Merge pull request #116 from twisted/thank-you-github-actions-upload
Browse files Browse the repository at this point in the history
Unbreak workflows
  • Loading branch information
hynek committed Sep 6, 2024
2 parents 1b600cd + ca45328 commit bfa3c9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/build-dist/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ runs:
with:
name: dist
path: dist/*.*
if-no-files-found: error
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
with:
name: coverage-${{ matrix.python-version }}-${{ matrix.tox-env }}
path: .coverage-job-*
include-hidden-files: true
if-no-files-found: error

coverage-report:
name: Coverage report
Expand Down Expand Up @@ -151,7 +153,7 @@ jobs:
- name: Upload HTML report on failure
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: html-report
path: htmlcov
Empty file.

0 comments on commit bfa3c9e

Please sign in to comment.