deps(workflows): bump actions/download-artifact from 4 to 5 (#177)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
dependabot[bot] 2025-08-11 16:25:59 +08:00 committed by GitHub
parent 3b902b5318
commit c166dfce10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -163,7 +163,7 @@ jobs:
fi
- name: Download built sdist and wheels
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
# unpacks default artifact into dist/
# if `name: artifact` is omitted, the action will create extra parent dir

View file

@ -8,7 +8,7 @@ ci:
default_stages: [pre-commit, pre-push, manual]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-symlinks
- id: destroyed-symlinks
@ -26,7 +26,7 @@ repos:
fail_fast: true
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.7
rev: v0.12.8
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]