Skip to content

Commit c6548c6

Browse files
authoredMar 4, 2022
Bump actions/upload-artifact from 2.3.1 to 3 (#848)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.3.1...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75b8fe9 commit c6548c6

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
@@ -97,14 +97,14 @@ jobs:
9797
9898
- name: Upload coverage data
9999
if: always() && matrix.session == 'tests'
100-
uses: "actions/upload-artifact@v2.3.1"
100+
uses: "actions/upload-artifact@v3"
101101
with:
102102
name: coverage-data
103103
path: ".coverage.*"
104104

105105
- name: Upload documentation
106106
if: matrix.session == 'docs-build'
107-
uses: actions/upload-artifact@v2.3.1
107+
uses: actions/upload-artifact@v3
108108
with:
109109
name: docs
110110
path: docs/_build

0 commit comments

Comments
 (0)
Please sign in to comment.