Skip to content

Commit

Permalink
Merge pull request #1402 from NicolasT/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4.6.1

chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1
  • Loading branch information
github-actions[bot] authored Feb 24, 2025
2 parents 9b8b8de + 3b0763d commit 3b87466
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 @@ -85,15 +85,15 @@ jobs:
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"
with:
name: "coverage-data-${{ matrix.python-version }}-${{ matrix.runs-on || 'ubuntu-latest' }}"
path: ".coverage.*"
include-hidden-files: true

- name: Upload documentation
if: matrix.session == 'docs'
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"
with:
name: docs
path: "docs/_build"
Expand Down

0 comments on commit 3b87466

Please sign in to comment.