File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 68
68
shell : ' script -q -e -c "bash {0}"'
69
69
# # Upload
70
70
- name : Upload artifacts
71
- uses : actions/upload-artifact@v3
71
+ uses : actions/upload-artifact@v4
72
72
with :
73
73
name : build-Qt-${{ matrix.qt-version }}-${{ matrix.arch }}
74
74
path : |
Original file line number Diff line number Diff line change 88
88
shell : ' script -q -e -c "bash {0}"'
89
89
# Upload artifacts
90
90
- name : Upload artifacts
91
- uses : actions/upload-artifact@v3
91
+ uses : actions/upload-artifact@v4
92
92
with :
93
93
name : build-linux-${{ matrix.arch }}
94
94
path : |
@@ -190,7 +190,7 @@ jobs:
190
190
shell : bash
191
191
# Upload artifacts
192
192
- name : Upload artifacts
193
- uses : actions/upload-artifact@v3
193
+ uses : actions/upload-artifact@v4
194
194
with :
195
195
name : build-windows
196
196
path : ' *installer.exe'
Original file line number Diff line number Diff line change 75
75
shell : bash
76
76
# # Upload
77
77
- name : Upload artifacts
78
- uses : actions/upload-artifact@v3
78
+ uses : actions/upload-artifact@v4
79
79
with :
80
80
name : build-Qt-${{ matrix.qt-version }}
81
81
path : win_release/
98
98
shell : bash
99
99
# Upload installer
100
100
- name : Upload installer
101
- uses : actions/upload-artifact@v3
101
+ uses : actions/upload-artifact@v4
102
102
with :
103
103
name : installer-Qt-${{ matrix.qt-version }}
104
104
path : ' *installer.exe'
You can’t perform that action at this time.
0 commit comments