Skip to content

Commit a68e6af

Browse files
dependabot[bot]mrbean-bremen
authored andcommitted
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 285c984 commit a68e6af

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
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

0 commit comments

Comments
 (0)