Skip to content

Commit 61f974a

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#2159)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1adf587 commit 61f974a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/branch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: flutter build apk --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
9595
- name: Archive Artifact
9696
if: ${{ matrix.sdk == '' }}
97-
uses: actions/upload-artifact@v4
97+
uses: actions/upload-artifact@v5
9898
with:
9999
name: apk-build
100100
path: example/build/app/outputs/apk/release
@@ -129,7 +129,7 @@ jobs:
129129
working-directory: .
130130
- name: Archive Artifact
131131
if: ${{ matrix.sdk == '' }}
132-
uses: actions/upload-artifact@v4
132+
uses: actions/upload-artifact@v5
133133
with:
134134
name: exe-build
135135
path: windowsTemp/WindowsApplication.exe
@@ -156,7 +156,7 @@ jobs:
156156
- name: Build Web Application
157157
run: flutter build web --wasm --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
158158
- name: Archive Artifact
159-
uses: actions/upload-artifact@v4
159+
uses: actions/upload-artifact@v5
160160
if: ${{ matrix.sdk == '' }}
161161
with:
162162
name: web-build

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Build Android Application
5454
run: flutter build apk --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
5555
- name: Archive Artifact
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v5
5757
with:
5858
name: apk-build
5959
path: example/build/app/outputs/apk/release
@@ -82,7 +82,7 @@ jobs:
8282
run: iscc "windowsApplicationInstallerSetup.iss"
8383
working-directory: .
8484
- name: Archive Artifact
85-
uses: actions/upload-artifact@v4
85+
uses: actions/upload-artifact@v5
8686
with:
8787
name: exe-build
8888
path: windowsTemp/WindowsApplication.exe
@@ -107,7 +107,7 @@ jobs:
107107
- name: Build Web Application
108108
run: flutter build web --wasm --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
109109
- name: Archive Artifact
110-
uses: actions/upload-artifact@v4
110+
uses: actions/upload-artifact@v5
111111
with:
112112
name: web-build
113113
path: example/build/web

0 commit comments

Comments
 (0)