Skip to content

Commit b585072

Browse files
Bump actions/upload-artifact from 2.3.1 to 3.0.0 (#380)
* 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]> * Apply suggestions from code review Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Hjelmare <[email protected]>
1 parent df66561 commit b585072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Test with tox
3535
run: tox
3636
- name: Upload coverage data
37-
uses: "actions/upload-artifact@v2.3.1"
37+
uses: actions/upload-artifact@v3.0.0
3838
with:
3939
name: coverage-${{ matrix.python-version }}
4040
path: "coverage.xml"

0 commit comments

Comments
 (0)