Skip to content

Commit

Permalink
Revert "Bump actions/upload-artifact from 3 to 4 (#147)"
Browse files Browse the repository at this point in the history
This reverts commit a73d9d3.
  • Loading branch information
fsbraun authored Nov 26, 2024
1 parent 028da89 commit 23009cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)

- name: Upload coverage data
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: coverage-data
path: '.coverage.*'
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Upload HTML report
if: ${{ failure() }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: html-report
path: htmlcov

0 comments on commit 23009cd

Please sign in to comment.