Skip to content

Commit 38447c0

Browse files
authored
Merge pull request #1798 from RoboSats/dependabot/github_actions/dawidd6/action-download-artifact-9
chore(deps): bump dawidd6/action-download-artifact from 7 to 9
2 parents 65effbd + a5054b5 commit 38447c0

6 files changed

+6
-6
lines changed

.github/workflows/android-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: 'Download Android Web.bundle Artifact (built frontend)'
3434
if: inputs.semver == '' # Only if workflow fired from frontend-build.yml
35-
uses: dawidd6/action-download-artifact@v7
35+
uses: dawidd6/action-download-artifact@v9
3636
with:
3737
workflow: frontend-build.yml
3838
workflow_conclusion: success

.github/workflows/coordinator-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: 'Download Basic main.js Artifact'
1919
if: inputs.semver == '' # Only if workflow fired from frontend-build.yml
20-
uses: dawidd6/action-download-artifact@v7
20+
uses: dawidd6/action-download-artifact@v9
2121
with:
2222
workflow: frontend-build.yml
2323
workflow_conclusion: success

.github/workflows/desktop-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: 'Download Basic main.js Artifact'
3131
if: inputs.semver == '' # Only if workflow fired from frontend-build.yml
32-
uses: dawidd6/action-download-artifact@v7
32+
uses: dawidd6/action-download-artifact@v9
3333
with:
3434
workflow: frontend-build.yml
3535
workflow_conclusion: success

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
- name: 'Download static files Artifact'
34-
uses: dawidd6/action-download-artifact@v7
34+
uses: dawidd6/action-download-artifact@v9
3535
with:
3636
workflow: frontend-build.yml
3737
workflow_conclusion: success

.github/workflows/selfhosted-client-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: 'Download Basic main.js Artifact'
2525
if: inputs.semver == '' # Only if workflow fired from frontend-build.yml
26-
uses: dawidd6/action-download-artifact@v7
26+
uses: dawidd6/action-download-artifact@v9
2727
with:
2828
workflow: frontend-build.yml
2929
workflow_conclusion: success

.github/workflows/web-client-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: 'Download Basic main.js Artifact'
2525
if: inputs.semver == '' # Only if workflow fired from frontend-build.yml
26-
uses: dawidd6/action-download-artifact@v7
26+
uses: dawidd6/action-download-artifact@v9
2727
with:
2828
workflow: frontend-build.yml
2929
workflow_conclusion: success

0 commit comments

Comments
 (0)