Skip to content

Commit a95b899

Browse files
committed
resolving github actions error.
1 parent 54f1e94 commit a95b899

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
version: "latest"
2525
- name: Load cached venv
2626
id: cached-uv-dependencies
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: .venv
3030
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/uv.lock') }}
@@ -47,7 +47,7 @@ jobs:
4747
version: "latest"
4848
- name: Load cached venv
4949
id: cached-uv-dependencies
50-
uses: actions/cache@v3
50+
uses: actions/cache@v4
5151
with:
5252
path: .venv
5353
key: venv-${{ runner.os }}-3.10-${{ hashFiles('**/uv.lock') }}
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build package
5757
run: uv build
5858
- name: Upload build artifacts
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: dist
6262
path: dist/

0 commit comments

Comments
 (0)