Skip to content

Commit 9158ab8

Browse files
Bump actions/upload-artifact from 2.2.4 to 2.3.0 (#23)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1fe0d08 commit 9158ab8

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

0 commit comments

Comments
 (0)