Skip to content

Commit 7aceb48

Browse files
Bump actions/upload-artifact from 3 to 4 (#181)
* Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... * - do not change version for oldschool builds --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mrbean-bremen <mrbean-bremen@users.noreply.github.com>
1 parent bf9432e commit 7aceb48

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
./pythonqt_generator
7272
7373
- name: Upload Wrappers
74-
uses: actions/upload-artifact@v3
74+
uses: actions/upload-artifact@v4
7575
with:
7676
name: wrappers_ubuntu_${{ matrix.container_version }}
7777
path: generated_cpp
@@ -220,7 +220,7 @@ jobs:
220220
QTDIR=-UNDEFINED- ./pythonqt_generator --qt-version=${{ steps.versions.outputs.QT_VERSION_FULL }} --include-paths=$Qt5_Dir/lib
221221
222222
- name: Upload Wrappers
223-
uses: actions/upload-artifact@v3
223+
uses: actions/upload-artifact@v4
224224
with:
225225
name: wrappers_macos${{ steps.versions.outputs.MACOS_VERSION_SHORT }}_qt${{ steps.versions.outputs.QT_VERSION_SHORT }}
226226
path: generated_cpp
@@ -330,7 +330,7 @@ jobs:
330330
pythonqt_generator
331331
332332
- name: Upload Wrappers
333-
uses: actions/upload-artifact@v3
333+
uses: actions/upload-artifact@v4
334334
with:
335335
name: wrappers_${{ matrix.qt-arch }}_${{ steps.versions.outputs.QT_VERSION_SHORT }}
336336
path: generated_cpp

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
./pythonqt_generator
8686
8787
- name: Upload Wrappers
88-
uses: actions/upload-artifact@v3
88+
uses: actions/upload-artifact@v4
8989
with:
9090
name: wrappers_${{ matrix.os }}_${{ steps.setenv.outputs.QT_VERSION_SHORT }}
9191
path: generated_cpp

0 commit comments

Comments
 (0)