diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 4825317e9..77a6fc679 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@v5 + uses: actions/download-artifact@v6 with: path: artifacts - name: Publish Test Results