Skip to content

Commit 74855da

Browse files
Merge pull request #200 from Dog-Face-Development/dependabot/github_actions/actions/upload-artifact-6
2 parents 467c82d + f9ebffc commit 74855da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Upload coverage report as artifact
3636
if: matrix.python-version == '3.12'
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v6
3838
with:
3939
name: coverage-report
4040
path: htmlcov/

0 commit comments

Comments
 (0)