Skip to content

Commit

Permalink
update download artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Aug 29, 2024
1 parent f908ca7 commit 4eee7ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Load
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: artifact-android
- name: Get release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Load
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: artifact-ios
- name: Get release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Load
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: artifact-macos
- name: Get release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Load
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: artifact-wasm
- name: Get release
Expand Down

0 comments on commit 4eee7ee

Please sign in to comment.