Skip to content

Commit d847509

Browse files
committed
Update to upload-artifact@v4
1 parent e237813 commit d847509

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
shell: 'script -q -e -c "bash {0}"'
6969
## Upload
7070
- name: Upload artifacts
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: build-Qt-${{ matrix.qt-version }}-${{ matrix.arch }}
7474
path: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
shell: 'script -q -e -c "bash {0}"'
8989
# Upload artifacts
9090
- name: Upload artifacts
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: build-linux-${{ matrix.arch }}
9494
path: |
@@ -190,7 +190,7 @@ jobs:
190190
shell: bash
191191
# Upload artifacts
192192
- name: Upload artifacts
193-
uses: actions/upload-artifact@v3
193+
uses: actions/upload-artifact@v4
194194
with:
195195
name: build-windows
196196
path: '*installer.exe'

.github/workflows/windows-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
shell: bash
7676
## Upload
7777
- name: Upload artifacts
78-
uses: actions/upload-artifact@v3
78+
uses: actions/upload-artifact@v4
7979
with:
8080
name: build-Qt-${{ matrix.qt-version }}
8181
path: win_release/
@@ -98,7 +98,7 @@ jobs:
9898
shell: bash
9999
# Upload installer
100100
- name: Upload installer
101-
uses: actions/upload-artifact@v3
101+
uses: actions/upload-artifact@v4
102102
with:
103103
name: installer-Qt-${{ matrix.qt-version }}
104104
path: '*installer.exe'

0 commit comments

Comments
 (0)