Skip to content

Commit

Permalink
fix for upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiander committed Nov 27, 2024
1 parent f504bc0 commit 78b4fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ jobs:
- name: Run Nox
run: |
nox --force-color --python=${{ matrix.python-version }}
ls
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: "actions/upload-artifact@v4"
with:
name: coverage-data
include-hidden-files: true
path: ".coverage.*"

- name: Upload documentation
Expand Down

0 comments on commit 78b4fd3

Please sign in to comment.