Skip to content

Commit e2dcc35

Browse files
Update Github actions 'upload-artifact' version
1 parent 674d650 commit e2dcc35

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-linux-28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
cmake --install build-linux-release --config Release
6262
6363
- name: Store results
64-
uses: actions/upload-artifact@v3
64+
uses: actions/upload-artifact@v4
6565
with:
6666
name: linux-28-wheels
6767
path: wheelhouse/*.whl

.github/workflows/build-macos-28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cmake --install build-base_mac --config Release
4646
4747
- name: Store results
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: macos-28-wheels
5151
path: wheelhouse/*.whl

.github/workflows/build-macos-arm-28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cmake --install build-base_mac --config Release
5151
5252
- name: Store results
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: macos-arm-28-wheels
5656
path: wheelhouse/*.whl

.github/workflows/build-windows-28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
copy build-msvc\bin\libcurl.dll build-msvc\install\bin
6464
6565
- name: Store results
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: windows-28-wheels
6969
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)