Skip to content

Commit 0ef9fe0

Browse files
⬆️ Update actions/upload-artifact action to v7
1 parent 2aaade4 commit 0ef9fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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/upload-artifact@v6.0.0
42+
uses: actions/upload-artifact@v7.0.1
4343
with:
4444
include-hidden-files: true
4545
name: coverage-${{ matrix.python }}

0 commit comments

Comments
 (0)