From 9825f756f8dc65946ae3f92030b29c0434c2529f Mon Sep 17 00:00:00 2001 From: TatianaOvsiannikova <43534935+TatianaOvsiannikova@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:53:48 +0200 Subject: [PATCH] try to fix actions --- .github/workflows/coveralls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 7ae941d8..9628c155 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -42,7 +42,7 @@ jobs: docker cp ostap-build:/osya/ostap/build . - name: Archive production artifacts if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: test path: build/Testing