diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acfe81e9..85702528 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,12 +100,12 @@ jobs: fetch-depth: 0 - name: Download build artifacts from test job - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: build-artifacts - name: Download test results from test job - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: test-results