diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index f27b2abd9..0791ff7f0 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -47,7 +47,7 @@ jobs: if: always() steps: - name: Download Artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: artifacts - name: Publish Test Results