diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index bc1e359e..6507d612 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -32,7 +32,7 @@ jobs: - name: 'Download Android Web.bundle Artifact (built frontend)' if: inputs.semver == '' # Only if workflow fired from frontend-build.yml - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v11 with: workflow: frontend-build.yml workflow_conclusion: success diff --git a/.github/workflows/coordinator-image.yml b/.github/workflows/coordinator-image.yml index 5d8fc4f8..1864f62e 100644 --- a/.github/workflows/coordinator-image.yml +++ b/.github/workflows/coordinator-image.yml @@ -17,7 +17,7 @@ jobs: - name: 'Download Basic main.js Artifact' if: inputs.semver == '' # Only if workflow fired from frontend-build.yml - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v11 with: workflow: frontend-build.yml workflow_conclusion: success diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index b63ede44..e8f17b10 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -29,7 +29,7 @@ jobs: - name: 'Download Basic main.js Artifact' if: inputs.semver == '' # Only if workflow fired from frontend-build.yml - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v11 with: workflow: frontend-build.yml workflow_conclusion: success diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 751b982a..a3813215 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v4 - name: 'Download static files Artifact' - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v11 with: workflow: frontend-build.yml workflow_conclusion: success diff --git a/.github/workflows/selfhosted-client-image.yml b/.github/workflows/selfhosted-client-image.yml index 89963f7e..260261ab 100644 --- a/.github/workflows/selfhosted-client-image.yml +++ b/.github/workflows/selfhosted-client-image.yml @@ -23,7 +23,7 @@ jobs: - name: 'Download Basic main.js Artifact' if: inputs.semver == '' # Only if workflow fired from frontend-build.yml - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v11 with: workflow: frontend-build.yml workflow_conclusion: success diff --git a/.github/workflows/web-client-image.yml b/.github/workflows/web-client-image.yml index 21ff1a4c..766da9d8 100644 --- a/.github/workflows/web-client-image.yml +++ b/.github/workflows/web-client-image.yml @@ -23,7 +23,7 @@ jobs: - name: 'Download Basic main.js Artifact' if: inputs.semver == '' # Only if workflow fired from frontend-build.yml - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v11 with: workflow: frontend-build.yml workflow_conclusion: success