Skip to content

Commit 4ebcd7e

Browse files
authored
Merge pull request #70 from erwindouna/dependabot/github_actions/actions/upload-artifact-5.0.0
Bump actions/upload-artifact from 4.6.2 to 5.0.0
2 parents 3e09139 + fd5acf3 commit 4ebcd7e

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
@@ -37,7 +37,7 @@ jobs:
3737
- name: 🚀 Run pytest
3838
run: poetry run pytest -v --cov src tests
3939
- name: ⬆️ Upload coverage artifact
40-
uses: actions/upload-artifact@v4.6.2
40+
uses: actions/upload-artifact@v5.0.0
4141
with:
4242
name: coverage-${{ matrix.python }}
4343
include-hidden-files: true

0 commit comments

Comments
 (0)