diff --git a/.github/workflows/pytest_otel.yml b/.github/workflows/pytest_otel.yml index bb0ff8373..34cdef6c0 100644 --- a/.github/workflows/pytest_otel.yml +++ b/.github/workflows/pytest_otel.yml @@ -36,7 +36,7 @@ jobs: run: make -C resources/scripts/pytest_otel test - name: it-test run: make -C resources/scripts/pytest_otel it-test - - uses: actions/upload-artifact@v2 # upload test results + - uses: actions/upload-artifact@v3 # upload test results if: success() || failure() # run this step even if previous step failed with: name: test-results