mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-05-01 19:25:55 +02:00
Merge pull request #2 from andrewthetechie/dependabot/github_actions/actions/upload-artifact-2.3.0
Bump actions/upload-artifact from 2.2.4 to 2.3.0
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
|
- name: Upload coverage data
|
||||||
if: always() && matrix.session == 'tests'
|
if: always() && matrix.session == 'tests'
|
||||||
uses: "actions/upload-artifact@v2.2.4"
|
uses: "actions/upload-artifact@v2.3.0"
|
||||||
with:
|
with:
|
||||||
name: coverage-data
|
name: coverage-data
|
||||||
path: ".coverage.*"
|
path: ".coverage.*"
|
||||||
|
|
||||||
- name: Upload documentation
|
- name: Upload documentation
|
||||||
if: matrix.session == 'docs-build'
|
if: matrix.session == 'docs-build'
|
||||||
uses: actions/upload-artifact@v2.2.4
|
uses: actions/upload-artifact@v2.3.0
|
||||||
with:
|
with:
|
||||||
name: docs
|
name: docs
|
||||||
path: docs/_build
|
path: docs/_build
|
||||||
|
|||||||
Reference in New Issue
Block a user