Skip to content

Commit

Permalink
switch back to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiander committed Nov 27, 2024
1 parent 6254f5c commit 9a704e8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,20 @@ jobs:
- name: Run Nox
run: |
nox --force-color --python=${{ matrix.python-version }}
ls
echo "Listing out the files in the test directory"
ls -artl
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: "actions/upload-artifact@v4"
uses: "actions/upload-artifact@v3"
with:
name: coverage-data
include-hidden-files: true
path: ".coverage.*"

- name: Upload documentation
if: matrix.session == 'docs-build'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: docs
path: docs/_build
Expand Down Expand Up @@ -122,7 +123,7 @@ jobs:
nox --version
- name: Download coverage data
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: coverage-data

Expand Down

0 comments on commit 9a704e8

Please sign in to comment.