Skip to content

Commit 538cf33

Browse files
chore: Bump actions/upload-artifact from 4 to 7 in /.github/workflows (#3238)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Nause <marc.nause@audioattack.de>
1 parent d4c6671 commit 538cf33

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/push-event.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ jobs:
9797
VERSION_CODE: ${{needs.common.outputs.VERSION_CODE}}
9898

9999
- name: Upload APK
100-
uses: actions/upload-artifact@v4
100+
uses: actions/upload-artifact@v7
101101
with:
102102
name: APK Generated
103103
path: build/app/outputs/flutter-apk
104104

105105
- name: Upload AAB Release
106-
uses: actions/upload-artifact@v4
106+
uses: actions/upload-artifact@v7
107107
with:
108108
name: AAB Generated
109109
path: build/app/outputs/bundle
@@ -179,7 +179,7 @@ jobs:
179179
VERSION_CODE: ${{needs.common.outputs.VERSION_CODE}}
180180

181181
- name: Upload Windows Installer
182-
uses: actions/upload-artifact@v4
182+
uses: actions/upload-artifact@v7
183183
with:
184184
name: Windows Installer
185185
path: build/windows/x64/installer/Release/*.exe
@@ -198,7 +198,7 @@ jobs:
198198
VERSION_CODE: ${{needs.common.outputs.VERSION_CODE}}
199199

200200
- name: Upload Linux Packages
201-
uses: actions/upload-artifact@v4
201+
uses: actions/upload-artifact@v7
202202
with:
203203
name: Linux Packages
204204
path: |
@@ -219,7 +219,7 @@ jobs:
219219
VERSION_CODE: ${{needs.common.outputs.VERSION_CODE}}
220220

221221
- name: Upload Linux ARM64 Packages
222-
uses: actions/upload-artifact@v4
222+
uses: actions/upload-artifact@v7
223223
with:
224224
name: Linux ARM64 Packages
225225
path: |
@@ -240,7 +240,7 @@ jobs:
240240
VERSION_CODE: ${{needs.common.outputs.VERSION_CODE}}
241241

242242
- name: Upload macOS DMG
243-
uses: actions/upload-artifact@v4
243+
uses: actions/upload-artifact@v7
244244
with:
245245
name: macOS DMG
246246
path: '*.dmg'

0 commit comments

Comments
 (0)