Skip to content

Commit 7ee12ba

Browse files
authored
Merge pull request #279 from Scriptbash/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v5
2 parents 3eecbeb + 6fb3856 commit 7ee12ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fi
3434
- run: dart run pdfrx:remove_wasm_modules
3535
- run: flutter build apk --debug
36-
- uses: actions/upload-artifact@v4
36+
- uses: actions/upload-artifact@v5
3737
with:
3838
name: release-apk
3939
path: build/app/outputs/apk/debug/app-debug.apk

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build appBundle
4646
run: flutter build appbundle
4747
- name: Upload Artifacts
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v5
4949
with:
5050
name: Releases
5151
path: |

0 commit comments

Comments
 (0)