Skip to content

Commit

Permalink
Merge pull request #1312 from cjolowicz/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions-19ac703470
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
2 parents d4df64e + 698b427 commit c6a024a
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 @@ -110,15 +110,15 @@ jobs:
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: "actions/upload-artifact@v4.6.0"
uses: "actions/upload-artifact@v4.6.1"
with:
include-hidden-files: true
name: coverage-data-${{ runner.os }}-${{ matrix.python }}
path: ".coverage.*"

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

0 comments on commit c6a024a

Please sign in to comment.