Skip to content

Commit 510bda7

Browse files
committed
update carlosperate/download-file-action to v2.0.2
1 parent c466d24 commit 510bda7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/branch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

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

6666
- name: Download Fasmg Download Page
6767
id: fasmg-download
68-
uses: carlosperate/download-file-action@v1.0.3
68+
uses: carlosperate/download-file-action@v2.0.2
6969
with:
7070
file-url: ${{env.FASMG_DOMAIN}}/download.php
7171
- name: Parse Fasmg Download Page
@@ -78,7 +78,7 @@ jobs:
7878
run: cmake -E echo >> $${{matrix.env}}GITHUB_ENV ${{steps.fasmg-url.outputs.result}}
7979
- name: Download Fasmg
8080
id: fasmg
81-
uses: carlosperate/download-file-action@v1.0.3
81+
uses: carlosperate/download-file-action@v2.0.2
8282
with:
8383
file-url: ${{env.FASMG_DOMAIN}}/${{env.href}}
8484
- name: Extract Fasmg

.github/workflows/make.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

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

6969
- name: Download Fasmg Download Page
7070
id: fasmg-download
71-
uses: carlosperate/download-file-action@v1.0.3
71+
uses: carlosperate/download-file-action@v2.0.2
7272
with:
7373
file-url: ${{env.FASMG_DOMAIN}}/download.php
7474
- name: Parse Fasmg Download Page
@@ -81,7 +81,7 @@ jobs:
8181
run: cmake -E echo >> $${{matrix.env}}GITHUB_ENV ${{steps.fasmg-url.outputs.result}}
8282
- name: Download Fasmg
8383
id: fasmg
84-
uses: carlosperate/download-file-action@v1.0.3
84+
uses: carlosperate/download-file-action@v2.0.2
8585
with:
8686
file-url: ${{env.FASMG_DOMAIN}}/${{env.href}}
8787
- name: Extract Fasmg

0 commit comments

Comments
 (0)