diff --git a/.github/workflows/checks.apicheck.yml b/.github/workflows/checks.apicheck.yml index 0bc27ed58..6635b2d56 100644 --- a/.github/workflows/checks.apicheck.yml +++ b/.github/workflows/checks.apicheck.yml @@ -108,7 +108,7 @@ jobs: check-for-updates: false github-token: ${{ secrets.GITHUB_TOKEN }} - name: "Setup: Artifacts" - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 continue-on-error: true with: merge-multiple: true diff --git a/.github/workflows/checks.codeql.yml b/.github/workflows/checks.codeql.yml index 6e991662d..3a2d0e307 100644 --- a/.github/workflows/checks.codeql.yml +++ b/.github/workflows/checks.codeql.yml @@ -105,7 +105,7 @@ jobs: config-file: ./.github/codeql/codeql-config.yml languages: ${{ matrix.language }} - name: "Setup: Artifacts" - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 continue-on-error: true with: merge-multiple: true diff --git a/.github/workflows/checks.detekt.yml b/.github/workflows/checks.detekt.yml index 16fbb8786..4674e7010 100644 --- a/.github/workflows/checks.detekt.yml +++ b/.github/workflows/checks.detekt.yml @@ -76,7 +76,7 @@ jobs: check-for-updates: false github-token: ${{ secrets.GITHUB_TOKEN }} - name: "Setup: Artifacts" - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 continue-on-error: true with: merge-multiple: true diff --git a/.github/workflows/checks.formatting.yml b/.github/workflows/checks.formatting.yml index 4bea9450a..7a7131708 100644 --- a/.github/workflows/checks.formatting.yml +++ b/.github/workflows/checks.formatting.yml @@ -104,7 +104,7 @@ jobs: check-for-updates: false github-token: ${{ secrets.GITHUB_TOKEN }} - name: "Setup: Artifacts" - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 continue-on-error: true with: merge-multiple: true diff --git a/.github/workflows/checks.qodana.yml b/.github/workflows/checks.qodana.yml index c14327f37..ccaa13a79 100644 --- a/.github/workflows/checks.qodana.yml +++ b/.github/workflows/checks.qodana.yml @@ -67,7 +67,7 @@ jobs: check-for-updates: false github-token: ${{ secrets.GITHUB_TOKEN }} - name: "Setup: Artifacts" - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 continue-on-error: true with: merge-multiple: true diff --git a/.github/workflows/checks.sonar.yml b/.github/workflows/checks.sonar.yml index 7f9347f2a..03f2d4930 100644 --- a/.github/workflows/checks.sonar.yml +++ b/.github/workflows/checks.sonar.yml @@ -83,7 +83,7 @@ jobs: check-for-updates: false github-token: ${{ secrets.GITHUB_TOKEN }} - name: "Setup: Artifacts" - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 continue-on-error: true with: merge-multiple: true diff --git a/.github/workflows/job.cli.yml b/.github/workflows/job.cli.yml index df2f0b228..e28c51054 100644 --- a/.github/workflows/job.cli.yml +++ b/.github/workflows/job.cli.yml @@ -183,7 +183,7 @@ jobs: - name: "Setup: Yarn" run: pnpm install -g yarn@1.22.19 - name: "Setup: Artifacts" - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 continue-on-error: true with: merge-multiple: true @@ -323,7 +323,7 @@ jobs: - name: "Setup: Yarn" run: pnpm install -g yarn@1.22.19 - name: "Setup: Artifacts" - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 continue-on-error: true with: merge-multiple: true diff --git a/.github/workflows/job.site.yml b/.github/workflows/job.site.yml index 31e395aa2..8cd1539f7 100644 --- a/.github/workflows/job.site.yml +++ b/.github/workflows/job.site.yml @@ -206,12 +206,12 @@ jobs: - name: "Setup: Yarn" run: yarn - name: "Setup: Site Manifest" - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: site-manifest path: ./artifacts/ - name: "Setup: Site Tarball" - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: site-tarball-phase1 path: . diff --git a/.github/workflows/job.test.yml b/.github/workflows/job.test.yml index 83aef5f70..870a13b93 100644 --- a/.github/workflows/job.test.yml +++ b/.github/workflows/job.test.yml @@ -271,7 +271,7 @@ jobs: - name: "Setup: Yarn" run: pnpm install -g yarn@1.22.19 - name: "Setup: Artifacts" - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 continue-on-error: true with: merge-multiple: true @@ -478,7 +478,7 @@ jobs: - name: "Setup: Yarn" run: pnpm install -g yarn@1.22.19 - name: "Setup: Artifacts" - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 continue-on-error: true with: merge-multiple: true