diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index de88521..b8b57c7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,7 +50,7 @@ jobs: - name: Archive tests report if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Tests report path: build/reports