Skip to content

Commit

Permalink
Merge pull request #367 from yfukai/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-3.1.3
  • Loading branch information
yfukai authored Sep 30, 2023
2 parents 1b81c01 + 4157f6b commit 8e78ec7
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 @@ -89,14 +89,14 @@ jobs:
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: "actions/[email protected].2"
uses: "actions/[email protected].3"
with:
name: coverage-data
path: ".coverage.*"

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

0 comments on commit 8e78ec7

Please sign in to comment.