Skip to content

Commit cc63de4

Browse files
dependabot[bot]actions-user
authored andcommittedMar 4, 2022
Bump actions/upload-artifact from 2.3.1 to 3
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> Retrocookie-Original-Commit: cjolowicz/cookiecutter-hypermodern-python-instance@c6548c6
1 parent 6a8138d commit cc63de4

File tree

1 file changed

+2
-2
lines changed
  • {{cookiecutter.project_name}}/.github/workflows

1 file changed

+2
-2
lines changed
 

‎{{cookiecutter.project_name}}/.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.