Skip to content

Commit 7af3c69

Browse files
committed
Upgrade GHA versions
1 parent e7b182d commit 7af3c69

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Build wheels
20-
uses: pypa/cibuildwheel@v2.15.0
21-
- uses: actions/upload-artifact@v3
20+
uses: pypa/cibuildwheel@v2.20.0
21+
- uses: actions/upload-artifact@v4
2222
with:
2323
path: ./wheelhouse/*.whl
2424

@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- name: Build sdist
3131
run: pipx run build --sdist
32-
- uses: actions/upload-artifact@v3
32+
- uses: actions/upload-artifact@v4
3333
with:
3434
path: dist/*.tar.gz
3535

@@ -42,7 +42,7 @@ jobs:
4242
id-token: write
4343
if: github.event_name == 'release' && github.event.action == 'published'
4444
steps:
45-
- uses: actions/download-artifact@v3
45+
- uses: actions/download-artifact@v4
4646
with:
4747
name: artifact
4848
path: dist
@@ -60,7 +60,7 @@ jobs:
6060
id-token: write
6161
if: github.event_name == 'release' && github.event.action == 'published'
6262
steps:
63-
- uses: actions/download-artifact@v3
63+
- uses: actions/download-artifact@v4
6464
with:
6565
name: artifact
6666
path: dist

0 commit comments

Comments
 (0)