File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 make check TESTARGS="-platform minimal"
123123
124124 - name : Upload Wrappers
125- uses : actions/upload-artifact@v4
125+ uses : actions/upload-artifact@v5
126126 with :
127127 name : wrappers_ubuntu_${{ matrix.container_version }}
128128 path : generated_cpp
@@ -195,7 +195,7 @@ jobs:
195195 make check TESTARGS="-platform offscreen"
196196
197197 - name : Upload Wrappers
198- uses : actions/upload-artifact@v4
198+ uses : actions/upload-artifact@v5
199199 with :
200200 name : wrappers_${{ matrix.container_os }}-${{ matrix.container_os_version }}_${{ matrix.configuration }}
201201 path : generated_cpp
@@ -298,7 +298,7 @@ jobs:
298298
299299 - name : Upload Wrappers
300300 if : ${{ contains(matrix.configuration, 'release') }}
301- uses : actions/upload-artifact@v4
301+ uses : actions/upload-artifact@v5
302302 with :
303303 name : wrappers_macos${{ steps.versions.outputs.MACOS_VERSION_SHORT }}_qt${{ steps.versions.outputs.QT_VERSION_SHORT }}
304304 path : generated_cpp
@@ -421,7 +421,7 @@ jobs:
421421
422422 - name : Upload Wrappers
423423 if : (matrix.pythonqtall-config || '') == ''
424- uses : actions/upload-artifact@v4
424+ uses : actions/upload-artifact@v5
425425 with :
426426 name : wrappers_${{ matrix.qt-arch }}_${{ steps.versions.outputs.QT_VERSION_SHORT }}
427427 path : generated_cpp
Original file line number Diff line number Diff line change 9292 --output-directory=.
9393
9494 - name : Upload Wrappers
95- uses : actions/upload-artifact@v4
95+ uses : actions/upload-artifact@v5
9696 with :
9797 name : wrappers_${{ matrix.os }}_${{ steps.setenv.outputs.QT_VERSION_SHORT }}
9898 path : generated_cpp
You can’t perform that action at this time.
0 commit comments