Skip to content

Commit

Permalink
🔧 Reset upload-artifact config
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Feb 21, 2025
1 parent e85f9f5 commit 9990055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
path: coverage/*
path: coverage
include-hidden-files: true
- uses: codecov/codecov-action@v5
with:
Expand Down

0 comments on commit 9990055

Please sign in to comment.