Bump actions/download-artifact from 3 to 4 (#9015)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/generate_apk_diff.yml
vendored
2
.github/workflows/generate_apk_diff.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
- name: Download Artifact
|
||||
id: download
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: app-qa-debug
|
||||
- name: Echo Download Path
|
||||
|
||||
2
.github/workflows/upload_file.yml
vendored
2
.github/workflows/upload_file.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
- name: Download Artifact
|
||||
id: download
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: app-qa-debug
|
||||
|
||||
|
||||
Reference in New Issue
Block a user