Skip to content

Commit

Permalink
Merge pull request #121 from milankomaj/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
milankomaj authored Dec 26, 2023
2 parents 0371707 + 8d0a1f3 commit a42f1f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug_build5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
echo ***./MyApp/***
tree -h ./MyApp/
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: ./artifacts/
- name: Display structure of downloaded files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/relase_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
./app/build/outputs/bundle/debug/app-debug.aab
./app/build/outputs/bundle/release/app-release.aab
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: ./artifacts/

Expand Down

0 comments on commit a42f1f1

Please sign in to comment.