Skip to content

Commit 801826f

Browse files
authored
Update build.yaml
1 parent 8557c4a commit 801826f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: chmod -v a+x target/${{ matrix.job.target }}/release/*
6666

6767
- name: Publish Artifacts
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: binaries-linux-${{ matrix.job.name }}
7171
path: |
@@ -155,7 +155,7 @@ jobs:
155155
recursive: false
156156

157157
- name: Publish Artifacts
158-
uses: actions/upload-artifact@v3
158+
uses: actions/upload-artifact@v4
159159
with:
160160
name: binaries-windows-x86_64
161161
path: |
@@ -187,7 +187,7 @@ jobs:
187187
steps:
188188

189189
- name: Download binaries (${{ matrix.job.os }} - ${{ matrix.job.name }})
190-
uses: actions/download-artifact@v3
190+
uses: actions/download-artifact@v4
191191
with:
192192
name: binaries-${{ matrix.job.os }}-${{ matrix.job.name }}
193193
path: ${{ matrix.job.name }}
@@ -230,7 +230,7 @@ jobs:
230230
submodules: recursive
231231

232232
- name: Download binaries
233-
uses: actions/download-artifact@v3
233+
uses: actions/download-artifact@v4
234234
with:
235235
name: binaries-linux-${{ matrix.job.name }}
236236
path: docker/rootfs/usr/bin
@@ -353,7 +353,7 @@ jobs:
353353
submodules: recursive
354354

355355
- name: Download binaries
356-
uses: actions/download-artifact@v3
356+
uses: actions/download-artifact@v4
357357
with:
358358
name: binaries-linux-${{ matrix.job.name }}
359359
path: docker-classic/
@@ -483,7 +483,7 @@ jobs:
483483
mkdir -p debian-build/${{ matrix.job.name }}/bin
484484
485485
- name: Download binaries
486-
uses: actions/download-artifact@v3
486+
uses: actions/download-artifact@v4
487487
with:
488488
name: binaries-linux-${{ matrix.job.name }}
489489
path: debian-build/${{ matrix.job.name }}/bin

0 commit comments

Comments
 (0)