diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c61be90a..cc19d1de 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -92,7 +92,7 @@ jobs: ./gradlew reports - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: e2e-tests-result path: ${{ env.REPORTS_DIR }}