mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-04-21 14:32:40 +02:00
Merge pull request #8 from andrewthetechie/dependabot/github_actions/actions/upload-artifact-2.3.1
Bump actions/upload-artifact from 2.3.0 to 2.3.1
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -97,14 +97,14 @@ jobs:
|
||||
|
||||
- name: Upload coverage data
|
||||
if: always() && matrix.session == 'tests'
|
||||
uses: "actions/upload-artifact@v2.3.0"
|
||||
uses: "actions/upload-artifact@v2.3.1"
|
||||
with:
|
||||
name: coverage-data
|
||||
path: ".coverage.*"
|
||||
|
||||
- name: Upload documentation
|
||||
if: matrix.session == 'docs-build'
|
||||
uses: actions/upload-artifact@v2.3.0
|
||||
uses: actions/upload-artifact@v2.3.1
|
||||
with:
|
||||
name: docs
|
||||
path: docs/_build
|
||||
|
||||
Reference in New Issue
Block a user