Skip to content

Commit

Permalink
[Oztechan/Global#12] Update actions/download-artifact action to v4.1.4 (
Browse files Browse the repository at this point in the history
#3207)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Ozhan <[email protected]>
  • Loading branch information
renovate[bot] and mustafaozhan authored Mar 2, 2024
1 parent 8b0545b commit 09bce12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
steps:

- name: Download App Bundle
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
name: googleBundle

Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
steps:

- name: Download App Bundle
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
name: huaweiBundle

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 09bce12

Please sign in to comment.