Skip to content

Commit f519c48

Browse files
🔧 fix(ci): update upload-artifact to v4
- Update deprecated actions/upload-artifact@v3 to v4 - Fixes GitHub Actions failure on artifact upload 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent aa84dd4 commit f519c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Archive coverage report
4848
if: always()
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: coverage-report-py${{ matrix.python-version }}
5252
path: htmlcov/

0 commit comments

Comments
 (0)