-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Oztechan/Global#12] Update actions/download-artifact action to v4.1.4 (
#3207) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan <[email protected]>
- Loading branch information
1 parent
8b0545b
commit 09bce12
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,7 +123,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Download Android Artifacts | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: androidArtifacts | ||
|
||
|
@@ -222,7 +222,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Download iOS IPA | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: iOSArtifacts | ||
path: ios | ||
|
@@ -290,7 +290,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Download Coverage Report | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: coverageReport | ||
path: build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,7 +119,7 @@ jobs: | |
steps: | ||
|
||
- name: Download App Bundle | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: googleBundle | ||
|
||
|
@@ -155,7 +155,7 @@ jobs: | |
steps: | ||
|
||
- name: Download App Bundle | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: huaweiBundle | ||
|
||
|
@@ -187,7 +187,7 @@ jobs: | |
steps: | ||
|
||
- name: Download Backend Jar | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: backendJar | ||
path: artifact | ||
|