mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-04-20 14:02:40 +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
|
||||
if: always() && matrix.session == 'tests'
|
||||
uses: "actions/upload-artifact@v2.2.4"
|
||||
uses: "actions/upload-artifact@v2.3.0"
|
||||
with:
|
||||
name: coverage-data
|
||||
path: ".coverage.*"
|
||||
|
||||
- name: Upload documentation
|
||||
if: matrix.session == 'docs-build'
|
||||
uses: actions/upload-artifact@v2.2.4
|
||||
uses: actions/upload-artifact@v2.3.0
|
||||
with:
|
||||
name: docs
|
||||
path: docs/_build
|
||||
|
||||
Reference in New Issue
Block a user