Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 91ede71

Browse files
authored
Merge pull request #426 from staticdev/dependabot/github_actions/actions/upload-artifact-2.3.0
Bump actions/upload-artifact from 2.2.4 to 2.3.0
2 parents ed69dca + 629eaed commit 91ede71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ jobs:
8585
8686
- name: Upload coverage data
8787
if: always() && matrix.session == 'tests'
88-
uses: "actions/upload-artifact@v2.2.4"
88+
uses: "actions/upload-artifact@v2.3.0"
8989
with:
9090
name: coverage-data
9191
path: ".coverage.*"
9292

9393
- name: Upload documentation
9494
if: matrix.session == 'docs-build'
95-
uses: actions/upload-artifact@v2.2.4
95+
uses: actions/upload-artifact@v2.3.0
9696
with:
9797
name: docs
9898
path: docs/_build

0 commit comments

Comments
 (0)