Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.3 (#740)
Browse files Browse the repository at this point in the history
* chore(deps): update actions/upload-artifact action to v4.4.3

* Update tests.yaml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Talkington <[email protected]>
  • Loading branch information
renovate[bot] and ctalkington authored Dec 9, 2024
1 parent 4a8469c commit 40dc670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ jobs:
- name: Run pytest
run: poetry run pytest --cov pyipp tests
- name: Upload coverage artifact
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.4.3
with:
name: coverage-${{ matrix.python }}
path: .coverage
include-hidden-files: true

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 40dc670

Please sign in to comment.