Skip to content

Commit d7486df

Browse files
authored
Update main.yml
1 parent 54c7a41 commit d7486df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: ['3.10']
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616

1717
- name: Set up Python
1818
uses: actions/setup-python@v4
@@ -38,7 +38,7 @@ jobs:
3838
CIBW_BUILD: "cp39-*"
3939
CIBW_ARCHS_LINUX: auto, aarch64
4040

41-
- uses: actions/upload-artifact@v3
41+
- uses: actions/upload-artifact@v4
4242
with:
4343
path: ./wheelhouse/*.whl
4444

@@ -51,7 +51,7 @@ jobs:
5151
- name: Build sdist
5252
run: pipx run build --sdist
5353

54-
- uses: actions/upload-artifact@v3
54+
- uses: actions/upload-artifact@v4
5555
with:
5656
path: dist/*.tar.gz
5757

@@ -63,7 +63,7 @@ jobs:
6363
# alternatively, to publish when a GitHub Release is created, use the following rule:
6464
# if: github.event_name == 'release' && github.event.action == 'published'
6565
steps:
66-
- uses: actions/download-artifact@v3
66+
- uses: actions/download-artifact@v4
6767
with:
6868
name: artifact
6969
path: dist

0 commit comments

Comments
 (0)