diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 52e3b4d..989b45b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -228,7 +228,7 @@ jobs: steps: - name: Download all benchmark artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: benchmark-artifacts diff --git a/.github/workflows/security_tests.yml b/.github/workflows/security_tests.yml index 43ea727..3283091 100644 --- a/.github/workflows/security_tests.yml +++ b/.github/workflows/security_tests.yml @@ -446,7 +446,7 @@ jobs: steps: - name: Download all test artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: "*-results-*" merge-multiple: true