From a16ee15ce8d0b57ea6830c93f4023dcbe60b30f0 Mon Sep 17 00:00:00 2001 From: Kamil Samigullin Date: Mon, 30 Jan 2023 10:15:07 +0300 Subject: [PATCH] ci/cd(deps): bump actions/upload-artifact from 3 to 4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a7a208..6cf7d65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - name: Prepare and run tests run: make env deps-fetch test-with-coverage - name: Store code coverage report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: matrix.go == '1.21.x' with: { name: code-coverage-report, path: c.out }