Skip to content

Commit e0a37ae

Browse files
Bump actions/upload-artifact from 2.3.0 to 2.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c4819b commit e0a37ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: 🚀 Run pytest
5353
run: poetry run pytest --cov tailscale tests
5454
- name: ⬆️ Upload coverage artifact
55-
uses: actions/upload-artifact@v2.3.0
55+
uses: actions/upload-artifact@v2.3.1
5656
with:
5757
name: coverage-${{ matrix.python }}-${{ matrix.os }}
5858
path: .coverage

0 commit comments

Comments
 (0)