diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 38b897dc..36e9a951 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -112,7 +112,7 @@ jobs: name: golangcilint - name: Check reports existence id: check_files - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v3 with: files: '*.cov, golanglint.xml' - name: Install Dependencies