diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e815dc9a8..ef3348098 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,12 +136,12 @@ jobs: max_attempts: 3 command: make test-functional-js - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: Functional tests (JS) - deprecated log - full path: var/logs/test.deprecations.log - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: Functional tests (JS) - deprecated log - report path: var/logs/test.deprecations_grouped.log