Skip to content

Commit

Permalink
Merge pull request #401 from yfukai/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4.3.1
  • Loading branch information
yfukai authored Mar 1, 2024
2 parents 88a5dbe + f51da4b commit 26209c6
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 @@ -92,14 +92,14 @@ jobs:
- name: Upload coverage data
if: matrix.session == 'tests'
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"
with:
name: coverage-data.${{ matrix.python-version }}.${{ matrix.os }}
path: ".coverage.*"

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

0 comments on commit 26209c6

Please sign in to comment.