diff --git a/.github/workflows/Benchmarks.yml b/.github/workflows/Benchmarks.yml index 25b62de49..b3c113903 100644 --- a/.github/workflows/Benchmarks.yml +++ b/.github/workflows/Benchmarks.yml @@ -38,13 +38,13 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Download Rust Guest Binaries - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: rust-guest-binaries-release path: ./downloaded-rust-guest-binaries-release - name: Download C Guest Binaries - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: c-guest-binaries-release path: ./downloaded-c-guest-binaries-release diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index 64791b3f5..b2082d91e 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@v5 + uses: actions/download-artifact@v6 with: pattern: benchmarks_*