Skip to content

Commit

Permalink
update carlosperate/download-file-action to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Nov 11, 2024
1 parent c466d24 commit 510bda7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Download ez80-clang and ez80-link
id: ez80-bins
uses: carlosperate/download-file-action@v1.0.3
uses: carlosperate/download-file-action@v2.0.2
with:
file-url: https://github.com/CE-Programming/llvm-project/releases/download/nightly/ez80-clang-link_${{matrix.ez80-bins-suffix}}_nightly.zip
- name: Extract ez80-clang
Expand All @@ -65,7 +65,7 @@ jobs:

- name: Download Fasmg Download Page
id: fasmg-download
uses: carlosperate/download-file-action@v1.0.3
uses: carlosperate/download-file-action@v2.0.2
with:
file-url: ${{env.FASMG_DOMAIN}}/download.php
- name: Parse Fasmg Download Page
Expand All @@ -78,7 +78,7 @@ jobs:
run: cmake -E echo >> $${{matrix.env}}GITHUB_ENV ${{steps.fasmg-url.outputs.result}}
- name: Download Fasmg
id: fasmg
uses: carlosperate/download-file-action@v1.0.3
uses: carlosperate/download-file-action@v2.0.2
with:
file-url: ${{env.FASMG_DOMAIN}}/${{env.href}}
- name: Extract Fasmg
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Download ez80-clang and ez80-link
id: ez80-bins
uses: carlosperate/download-file-action@v1.0.3
uses: carlosperate/download-file-action@v2.0.2
with:
file-url: https://github.com/CE-Programming/llvm-project/releases/download/nightly/ez80-clang-link_${{matrix.ez80-bins-suffix}}_nightly.zip
- name: Extract ez80-clang
Expand All @@ -68,7 +68,7 @@ jobs:

- name: Download Fasmg Download Page
id: fasmg-download
uses: carlosperate/download-file-action@v1.0.3
uses: carlosperate/download-file-action@v2.0.2
with:
file-url: ${{env.FASMG_DOMAIN}}/download.php
- name: Parse Fasmg Download Page
Expand All @@ -81,7 +81,7 @@ jobs:
run: cmake -E echo >> $${{matrix.env}}GITHUB_ENV ${{steps.fasmg-url.outputs.result}}
- name: Download Fasmg
id: fasmg
uses: carlosperate/download-file-action@v1.0.3
uses: carlosperate/download-file-action@v2.0.2
with:
file-url: ${{env.FASMG_DOMAIN}}/${{env.href}}
- name: Extract Fasmg
Expand Down

0 comments on commit 510bda7

Please sign in to comment.