Skip to content

Commit 2874541

Browse files
committed
Update gh actions version?
1 parent b4cc2a1 commit 2874541

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616

1717
steps:
1818
- name: Set up Python
19-
uses: actions/setup-python@v3
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

2323
- name: Check out code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Install dependencies
2727
run: |
@@ -44,7 +44,7 @@ jobs:
4444
CIBW_SKIP: pp* cp27* cp34* cp35* cp36* cp37* cp38*
4545

4646
- name: Upload artifact
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: python-wheels-${{ matrix.os }}-${{ matrix.python-version }}
5050
path: dist/*.whl
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Download artifacts
57-
uses: actions/download-artifact@v3
57+
uses: actions/download-artifact@v4
5858
with:
5959
name: |
6060
python-wheels-ubuntu-latest-3.9
@@ -72,7 +72,7 @@ jobs:
7272
path: .
7373

7474
- name: Set up Python
75-
uses: actions/setup-python@v3
75+
uses: actions/setup-python@v4
7676
with:
7777
python-version: 3.11
7878

0 commit comments

Comments
 (0)