diff --git a/.github/workflows/Benchmarks.yml b/.github/workflows/Benchmarks.yml index 95adc2e40..e987f0e2d 100644 --- a/.github/workflows/Benchmarks.yml +++ b/.github/workflows/Benchmarks.yml @@ -35,7 +35,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Download Guest Binaries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: guest-binaries-release path: ./downloaded-guest-binaries-release diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index 1d8d2cbc7..a0ca117a4 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -134,7 +134,7 @@ jobs: just tar-static-lib - name: Download all benchmarks - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: benchmarks_*