diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a6fa5e2..c2c2d2a 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -48,7 +48,7 @@ jobs: - name: Upload test reports if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-reports path: '**/build/reports/tests'