From 1a97fd30058d16cd941b610a418f010bb803f1b7 Mon Sep 17 00:00:00 2001 From: Dmitry Romanov Date: Fri, 31 Jan 2025 20:15:28 +0700 Subject: [PATCH] use actions/upload-artifact@v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f30baa0b9..b6457e07f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: run: go test -coverprofile=profile.out -covermode=atomic -v -coverpkg=./... ./... - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage path: | @@ -78,7 +78,7 @@ jobs: run: go test ./e2e -coverprofile=profile_e2e.out -covermode=atomic -tags=e2e_new -timeout=3m -coverpkg=./... - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage path: |