Skip to content

Commit 35049ef

Browse files
authored
Merge pull request #135 from erwindouna/dependabot/github_actions/actions/upload-artifact-7.0.0
Bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents 205f0f0 + 347af26 commit 35049ef

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
@@ -32,7 +32,7 @@ jobs:
3232
- name: 🚀 Run pytest
3333
run: uv run pytest -v --cov src tests
3434
- name: ⬆️ Upload coverage artifact
35-
uses: actions/upload-artifact@v6.0.0
35+
uses: actions/upload-artifact@v7.0.0
3636
with:
3737
name: coverage-${{ matrix.python }}
3838
include-hidden-files: true

0 commit comments

Comments
 (0)