File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160
160
-
161
161
name : Upload builder metadata
162
162
if : fromJson(needs.prepare.outputs.push)
163
- uses : actions/upload-artifact@v3
163
+ uses : actions/upload-artifact@v4
164
164
with :
165
165
name : metadata-builder-${{ matrix.variant }}
166
166
path : /tmp/metadata/builder/*
@@ -169,7 +169,7 @@ jobs:
169
169
-
170
170
name : Upload runner metadata
171
171
if : fromJson(needs.prepare.outputs.push)
172
- uses : actions/upload-artifact@v3
172
+ uses : actions/upload-artifact@v4
173
173
with :
174
174
name : metadata-runner-${{ matrix.variant }}
175
175
path : /tmp/metadata/runner/*
Original file line number Diff line number Diff line change 96
96
-
97
97
name : Upload artifact
98
98
if : github.ref_type == 'branch'
99
- uses : actions/upload-artifact@v3
99
+ uses : actions/upload-artifact@v4
100
100
with :
101
+ name : frankenphp-linux-x86_64
101
102
path : frankenphp-linux-x86_64
102
103
build-mac :
103
104
name : Build macOS x86_64 binaries
@@ -149,6 +150,7 @@ jobs:
149
150
-
150
151
name : Upload artifact
151
152
if : github.ref_type == 'branch'
152
- uses : actions/upload-artifact@v3
153
+ uses : actions/upload-artifact@v4
153
154
with :
155
+ name : frankenphp-mac-x86_64
154
156
path : dist/frankenphp-mac-x86_64
You can’t perform that action at this time.
0 commit comments