Skip to content

Commit cc04fed

Browse files
Bump actions/download-artifact from 3 to 4.1.7 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] <[email protected]>
1 parent ee5157f commit cc04fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194

195195
- name: Download log artifacts
196196
if: ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
197-
uses: actions/download-artifact@v3
197+
uses: actions/download-artifact@v4.1.7
198198
with:
199199
path: test_results
200200
name: log-artifact

0 commit comments

Comments
 (0)