Skip to content

Commit 149e2e1

Browse files
build(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd53204 commit 149e2e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release-with-apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
token: ${{ secrets.GITHUB_TOKEN }}
142142

143143
- name: Upload APK as artifact
144-
uses: actions/upload-artifact@v4
144+
uses: actions/upload-artifact@v6
145145
with:
146146
name: stadata-example-apk-v${{ steps.get_version.outputs.version }}
147147
path: ${{ steps.build_apk.outputs.apk_path }}

.github/workflows/generate-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
202202
- name: Upload changelog artifact
203203
if: steps.generate.outputs.changelog_generated == 'true'
204-
uses: actions/upload-artifact@v4
204+
uses: actions/upload-artifact@v6
205205
with:
206206
name: changelog-v${{ steps.version_info.outputs.version }}
207207
path: |

0 commit comments

Comments
 (0)