Skip to content

Commit 9828132

Browse files
build(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f5a799 commit 9828132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ jobs:
122122

123123
# This downloads artifacts from your build.
124124
- name: download-apk
125-
uses: actions/download-artifact@v3
125+
uses: actions/download-artifact@v4.1.7
126126
with:
127127
name: app-debug
128128

129129
# This downloads artifacts from your build.
130130
- name: download-android-test-apk
131-
uses: actions/download-artifact@v3
131+
uses: actions/download-artifact@v4.1.7
132132
with:
133133
name: app-debug-androidTest
134134

0 commit comments

Comments
 (0)