Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
- uses: actions/setup-python@v6
with:
python-version: ${{ inputs.python-version }}
- uses: astral-sh/setup-uv@v6
- uses: astral-sh/setup-uv@v7
- env:
FORCE_COLOR: True
UV_SYSTEM_PYTHON: True
Expand All @@ -22,7 +22,7 @@ runs:
- name: Show changes
run: git diff --color --unified=0
shell: bash
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
if-no-files-found: error
include-hidden-files: true
Expand Down