Skip to content

Commit d0d09c3

Browse files
Bump the github-dependencies group with 2 updates
Bumps the github-dependencies group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-dependencies - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8ce0f7 commit d0d09c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-apps.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
status: draft
109109

110110
- name: Upload build artifacts
111-
uses: actions/upload-artifact@v5
111+
uses: actions/upload-artifact@v6
112112
with:
113113
name: Android package
114114
path: |
@@ -209,7 +209,7 @@ jobs:
209209
|| true
210210
211211
- name: Upload build artifacts
212-
uses: actions/upload-artifact@v5
212+
uses: actions/upload-artifact@v6
213213
if: ${{ env.KEYCHAIN_PASSWORD != '' }}
214214
with:
215215
name: iOS package
@@ -228,7 +228,7 @@ jobs:
228228
uses: actions/checkout@v6
229229

230230
- name: Download artifacts
231-
uses: actions/download-artifact@v6
231+
uses: actions/download-artifact@v7
232232
with:
233233
merge-multiple: true
234234

0 commit comments

Comments
 (0)