Skip to content

Commit

Permalink
chore(ci): fix warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com>
  • Loading branch information
Fral738 committed Dec 12, 2024
1 parent 417f6b6 commit 43afe97
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: ginkgo --vet=off --race --keep-going --cover --coverpkg=./... --output-dir=$TRDL_TEST_COVERAGE_DIR ./...

- name: Upload coverage artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tests_coverage
path: tests_coverage
Expand Down Expand Up @@ -117,9 +117,9 @@ jobs:
run: ginkgo -p --keep-going --cover --coverpkg=../client/...,../server/... --output-dir=$TRDL_TEST_COVERAGE_DIR ./...

- name: Upload coverage artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tests_coverage
name: e2e_coverage
path: tests_coverage

upload_coverage:
Expand All @@ -138,9 +138,8 @@ jobs:
go-version-file: e2e/go.mod

- name: Download coverage artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: tests_coverage
path: tests_coverage

- name: Prepare environment
Expand Down

0 comments on commit 43afe97

Please sign in to comment.