Skip to content

Commit 8ee5ff7

Browse files
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] <support@github.com>
1 parent af5c536 commit 8ee5ff7

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.1
55+
uses: actions/upload-artifact@v3
5656
with:
5757
name: coverage-${{ matrix.python }}-${{ matrix.os }}
5858
path: .coverage

0 commit comments

Comments
 (0)