diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c0e628ae3d..f8c5ee6e62 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -93,11 +93,11 @@ jobs: - name: Install lcov run: sudo apt install -y lcov - name: Download unit test coverage - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: unit-test-coverage - name: Download integration test coverage - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: integration-test-coverage - name: Merge coverage reports diff --git a/.github/workflows/rust-gpu.yml b/.github/workflows/rust-gpu.yml index a2c9623c4d..ac91d0511a 100644 --- a/.github/workflows/rust-gpu.yml +++ b/.github/workflows/rust-gpu.yml @@ -56,7 +56,7 @@ jobs: os: [ ubuntu-latest ] steps: - name: Download test report - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: junit-${{ matrix.os }}.xml - name: Process test report diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f3266c3875..7bc317d120 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -63,7 +63,7 @@ jobs: os: [ ubuntu-latest, windows-latest, macos-latest ] steps: - name: Download test report - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: junit-${{ matrix.os }}.xml - name: Process test report