We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f1e94 commit a95b899Copy full SHA for a95b899
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
version: "latest"
25
- name: Load cached venv
26
id: cached-uv-dependencies
27
- uses: actions/cache@v3
+ uses: actions/cache@v4
28
with:
29
path: .venv
30
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/uv.lock') }}
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
key: venv-${{ runner.os }}-3.10-${{ hashFiles('**/uv.lock') }}
@@ -56,7 +56,7 @@ jobs:
56
- name: Build package
57
run: uv build
58
- name: Upload build artifacts
59
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
60
61
name: dist
62
path: dist/
0 commit comments