Skip to content

Commit d251706

Browse files
committed
ci: Upgrade upload- and download-artifact action versions
1 parent 66453aa commit d251706

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=${{ env.MACOSX_DEPLOYMENT_TARGET }}
3838
uses: pypa/[email protected]
3939

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

@@ -61,7 +61,7 @@ jobs:
6161
- name: Build sdist
6262
run: python setup.py sdist
6363

64-
- uses: actions/upload-artifact@v3
64+
- uses: actions/upload-artifact@v4
6565
with:
6666
path: dist/*.tar.gz
6767

@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272

7373
steps:
74-
- uses: actions/download-artifact@v3
74+
- uses: actions/download-artifact@v4
7575
with:
7676
# unpacks default artifact into dist/
7777
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)