Skip to content

Commit 5e62200

Browse files
committed
bump artifact actions to v4
1 parent 433f700 commit 5e62200

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
CIBW_ARCHS_LINUX: "auto aarch64"
4848
run: python -m cibuildwheel
4949

50-
- uses: actions/upload-artifact@v3
50+
- uses: actions/upload-artifact@v4
5151
with:
5252
path: ./wheelhouse/*.whl
5353

@@ -72,7 +72,7 @@ jobs:
7272
CIBW_ARCHS_MACOS: "x86_64 arm64"
7373
run: python -m cibuildwheel
7474

75-
- uses: actions/upload-artifact@v3
75+
- uses: actions/upload-artifact@v4
7676
with:
7777
path: ./wheelhouse/*.whl
7878

@@ -98,7 +98,7 @@ jobs:
9898
SCOUT_DISABLE_EXTENSIONS: "1"
9999
run: python setup.py bdist_wheel
100100

101-
- uses: actions/upload-artifact@v3
101+
- uses: actions/upload-artifact@v4
102102
with:
103103
path: dist/*.whl
104104

@@ -116,7 +116,7 @@ jobs:
116116
- name: Build sdist
117117
run: python setup.py sdist
118118

119-
- uses: actions/upload-artifact@v3
119+
- uses: actions/upload-artifact@v4
120120
with:
121121
path: dist/*.tar.gz
122122

0 commit comments

Comments
 (0)