Skip to content

Commit

Permalink
Bump actions/upload-artifact from v2.1.3 to v2.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2.1.3...5874080)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kodiakhq[bot] committed Aug 12, 2020
1 parent c9b384c commit c18ae0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "::add-matcher::.github/matchers/sphinx.json"
./ci/run-docs
echo "::remove-matcher owner=sphinx::"
- uses: actions/upload-artifact@v2.1.3
- uses: actions/upload-artifact@v2.1.4
with:
name: Documentation
path: docs/_build/html
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
echo "::add-matcher::.github/matchers/sphinx-linkcheck.json"
sed 's@^@docs/@' docs/_build/linkcheck/output.txt
echo "::remove-matcher owner=sphinx::"
- uses: actions/upload-artifact@v2.1.3
- uses: actions/upload-artifact@v2.1.4
if: always()
with:
name: Linkcheck report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
run: |
curl https://deepsource.io/cli | sh
./bin/deepsource report --analyzer test-coverage --key python --value-file ./coverage.xml
- uses: actions/upload-artifact@v2.1.3
- uses: actions/upload-artifact@v2.1.4
if: always()
with:
name: Screenshots
Expand Down

0 comments on commit c18ae0d

Please sign in to comment.