Skip to content

Commit

Permalink
Merge pull request #306 from manimino/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-3.1.3
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
2 parents 5f81b2c + 5fd246b commit 84ab710
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 @@ -118,14 +118,14 @@ jobs:
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: "actions/upload-artifact@v3.1.2"
uses: "actions/upload-artifact@v3.1.3"
with:
name: coverage-data
path: ".coverage"

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

0 comments on commit 84ab710

Please sign in to comment.