Skip to content

Commit 67b17bb

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdk_android_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
sdk_version=`echo "${{ github.ref }}" | cut -d "-" -f 3`
134134
echo "sdk_version=$sdk_version" >> $GITHUB_OUTPUT
135135
- name: Download artifacts
136-
uses: actions/download-artifact@v4
136+
uses: actions/download-artifact@v6
137137
with:
138138
path: ./android-binaries-${{ steps.get_sdk_version.outputs.sdk_version }}
139139
merge-multiple: true
@@ -142,7 +142,7 @@ jobs:
142142
run: |
143143
${{ matrix.config.command }} android-binaries-${{ steps.get_sdk_version.outputs.sdk_version }}.${{ matrix.config.suffix }} android-binaries-${{ steps.get_sdk_version.outputs.sdk_version }}
144144
- name: Download release URL
145-
uses: actions/download-artifact@v4
145+
uses: actions/download-artifact@v6
146146
with:
147147
name: release_url
148148
path: ./

0 commit comments

Comments
 (0)