File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 48
48
tar -czf ./PHP-Linux-x86_64-PM${{ matrix.pm-version-major }}-debugging-symbols.tar.gz bin-debug
49
49
50
50
- name : Upload artifacts
51
- uses : actions/upload-artifact@v3
51
+ uses : actions/upload-artifact@v4
52
52
if : always()
53
53
with :
54
54
name : Linux-PM${{ matrix.pm-version-major }}
63
63
run : tar -czf workspace.tar.gz install_data
64
64
65
65
- name : Upload workspace
66
- uses : actions/upload-artifact@v3
66
+ uses : actions/upload-artifact@v4
67
67
if : failure()
68
68
with :
69
69
name : Linux-workspace-PM${{ matrix.pm-version-major }}
@@ -105,7 +105,7 @@ jobs:
105
105
tar -czf ./PHP-MacOS-x86_64-PM${{ matrix.pm-version-major }}-debugging-symbols.tar.gz bin-debug
106
106
107
107
- name : Upload artifacts
108
- uses : actions/upload-artifact@v3
108
+ uses : actions/upload-artifact@v4
109
109
if : always()
110
110
with :
111
111
name : MacOS-PM${{ matrix.pm-version-major }}
@@ -120,7 +120,7 @@ jobs:
120
120
run : tar -czf workspace.tar.gz install_data
121
121
122
122
- name : Upload workspace
123
- uses : actions/upload-artifact@v3
123
+ uses : actions/upload-artifact@v4
124
124
if : failure()
125
125
with :
126
126
name : MacOS-workspace-PM${{ matrix.pm-version-major }}
@@ -156,7 +156,7 @@ jobs:
156
156
move temp\*.zip .
157
157
158
158
- name : Upload artifacts
159
- uses : actions/upload-artifact@v3
159
+ uses : actions/upload-artifact@v4
160
160
if : always()
161
161
with :
162
162
name : Windows-PM${{ matrix.pm-version-major }}
You can’t perform that action at this time.
0 commit comments