Skip to content

Commit 92e191a

Browse files
⬆️ Update actions/upload-artifact action to v4.3.1
1 parent 31856d2 commit 92e191a

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
@@ -39,7 +39,7 @@ jobs:
3939
- name: 🚀 Run pytest
4040
run: poetry run pytest --cov src tests
4141
- name: ⬆️ Upload coverage artifact
42-
uses: actions/[email protected].0
42+
uses: actions/[email protected].1
4343
with:
4444
name: coverage-${{ matrix.python }}
4545
path: .coverage

0 commit comments

Comments
 (0)