Skip to content

Commit

Permalink
fix: v4.4 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gatoniel committed Oct 22, 2024
1 parent 6ed3fcf commit bace13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ jobs:
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: "actions/upload-artifact@v4.4"
uses: actions/upload-artifact@v4
with:
name: coverage-data
path: ".coverage.*"
include-hidden-files: true

- name: Upload documentation
if: matrix.session == 'docs-build'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/_build
Expand Down

0 comments on commit bace13c

Please sign in to comment.