diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index d685e290a..fdbd99bc3 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -169,7 +169,7 @@ jobs: # if called as a separate workflow - name: Download latest Benchmark Report if: inputs.report_benchmark_artifact_in_scope == false - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: benchmark.yml branch: main diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index 4e3089a1d..e9272c47e 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -70,7 +70,7 @@ jobs: # if called as a separate workflow - name: Download latest test report if: inputs.report_artifact_in_scope == false - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: report.yml branch: main @@ -78,7 +78,7 @@ jobs: path: _site - name: Download latest versioned test reports - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: versioned-report.yml branch: main diff --git a/.github/workflows/versioned-report.yml b/.github/workflows/versioned-report.yml index 14952a5e3..32e3c9812 100644 --- a/.github/workflows/versioned-report.yml +++ b/.github/workflows/versioned-report.yml @@ -127,7 +127,7 @@ jobs: path: implementations - name: Download latest versioned test reports - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: versioned-report.yml branch: main