Skip to content

Commit 4cbf668

Browse files
committed
Update CI actions
1 parent 458e44b commit 4cbf668

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build
1818
run: uv build
1919
- name: Upload source distribution
20-
uses: actions/upload-artifact@v5
20+
uses: actions/upload-artifact@v6
2121
with:
2222
name: build-output
2323
path: "dist/*"
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Cache Mono
7272
if: runner.os == 'Windows'
73-
uses: actions/cache@v4
73+
uses: actions/cache@v5
7474
with:
7575
path: ${{ env.TEMP }}\chocolatey
7676
key: ${{ runner.os }}-chocolatey-${{ matrix.python == 'pypy3' && '32' || '64' }}
@@ -88,7 +88,7 @@ jobs:
8888
uv pip install pytest
8989
9090
- name: Download wheel
91-
uses: actions/download-artifact@v6
91+
uses: actions/download-artifact@v7
9292
with:
9393
name: build-output
9494
path: dist/
@@ -108,7 +108,7 @@ jobs:
108108

109109
steps:
110110
- name: Download artifacts
111-
uses: actions/download-artifact@v6
111+
uses: actions/download-artifact@v7
112112
with:
113113
name: build-output
114114
path: dist/

0 commit comments

Comments
 (0)