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

Commit eadd074

Browse files
authored
Merge pull request #293 from staticdev/dependabot/github_actions/actions/upload-artifact-2.2.4
Bump actions/upload-artifact from 2.2.2 to 2.2.4
2 parents 72dc264 + 1d44f5c commit eadd074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ jobs:
8282
8383
- name: Upload coverage data
8484
if: always() && matrix.session == 'tests'
85-
uses: "actions/upload-artifact@v2.2.2"
85+
uses: "actions/upload-artifact@v2.2.4"
8686
with:
8787
name: coverage-data
8888
path: ".coverage.*"
8989

9090
- name: Upload documentation
9191
if: matrix.session == 'docs-build'
92-
uses: actions/upload-artifact@v2.2.2
92+
uses: actions/upload-artifact@v2.2.4
9393
with:
9494
name: docs
9595
path: docs/_build

0 commit comments

Comments
 (0)