diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 664ab82..141aeb6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,7 +64,7 @@ jobs: - name: Upload test reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: test-reports path: ./app/build/reports \ No newline at end of file