Skip to content

Commit 4612477

Browse files
committed
CI: update builds.yml to use latest versions for upload-artifact and checkout.
1 parent 2d9301d commit 4612477

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/builds.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
./build/build_linux_x64.sh
3535
ls -lR lib
3636
- name: 'Upload artifacts'
37-
uses: "actions/upload-artifact@v3"
37+
uses: "actions/upload-artifact@v4"
3838
#if: github.event_name == 'release' && github.event.action == 'created'
3939
with:
4040
name: 'development-build'
@@ -68,7 +68,7 @@ jobs:
6868
docker run -e DSS_CAPI_VERSION -v "${PWD}/..:/build" $DOCKER_IMAGE bash -c 'cd /build/dss_capi; PATH=/opt/python/cp38-cp38/bin/:$PATH bash build/build_linux_x86.sh'
6969
ls -lR lib
7070
- name: 'Upload artifacts'
71-
uses: "actions/upload-artifact@v3"
71+
uses: "actions/upload-artifact@v4"
7272
#if: github.event_name == 'release' && github.event.action == 'created'
7373
with:
7474
name: 'development-build'
@@ -78,7 +78,7 @@ jobs:
7878
name: 'macOS x64 and ARM64'
7979
runs-on: macos-latest
8080
steps:
81-
- uses: actions/checkout@v3
81+
- uses: "actions/checkout@v4"
8282
with:
8383
fetch-depth: 0
8484
path: 'dss_capi'
@@ -109,7 +109,7 @@ jobs:
109109
./build/build_macos_arm64.sh
110110
ls -lR lib
111111
- name: 'Upload artifacts'
112-
uses: "actions/upload-artifact@v3"
112+
uses: "actions/upload-artifact@v4"
113113
#if: github.event_name == 'release' && github.event.action == 'created'
114114
with:
115115
name: 'development-build'
@@ -121,7 +121,7 @@ jobs:
121121
env:
122122
DSS_CAPI_BUILD_ODDIE: '1'
123123
steps:
124-
- uses: actions/checkout@v3
124+
- uses: "actions/checkout@v4"
125125
with:
126126
fetch-depth: 0
127127
path: 'dss_capi'
@@ -151,7 +151,7 @@ jobs:
151151
call build/generated/set_version.bat
152152
call build/build_win_x64.bat
153153
- name: 'Upload artifacts'
154-
uses: "actions/upload-artifact@v3"
154+
uses: "actions/upload-artifact@v4"
155155
#if: github.event_name == 'release' && github.event.action == 'created'
156156
with:
157157
name: 'development-build'
@@ -161,7 +161,7 @@ jobs:
161161
name: 'Windows x86'
162162
runs-on: windows-2019
163163
steps:
164-
- uses: actions/checkout@v3
164+
- uses: "actions/checkout@v4"
165165
with:
166166
fetch-depth: 0
167167
path: 'dss_capi'
@@ -189,7 +189,7 @@ jobs:
189189
call build/generated/set_version.bat
190190
call build/build_win_x86.bat
191191
- name: 'Upload artifacts'
192-
uses: "actions/upload-artifact@v3"
192+
uses: "actions/upload-artifact@v4"
193193
#if: github.event_name == 'release' && github.event.action == 'created'
194194
with:
195195
name: 'development-build'

0 commit comments

Comments
 (0)