Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to set specific codecov-cli version - SHA256SUM file is not present #1588

Open
vsarunas opened this issue Oct 1, 2024 · 1 comment

Comments

@vsarunas
Copy link

vsarunas commented Oct 1, 2024

==> linux OS detected
https://cli.codecov.io/0.7.4/linux/codecov.SHA256SUM
Received SHA256SUM <?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Details>No such object: codecov-cli/listing/0.7.4/linux/codecov.SHA256SUM</Details></Error>
Received SHA256SUM signature <?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Details>No such object: codecov-cli/listing/0.7.4/linux/codecov.SHA256SUM.sig</Details></Error>
gpg: key 806BB28AED779869: public key "Codecov Uploader (Codecov Uploader Verification Key) <[email protected]>" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg: no valid OpenPGP data found.
gpg: the signature could not be verified.
Please remember that the signature file (.sig or .asc)
should be the first file given on the command line.
Error: Codecov: Error verifying gpg signature: Command failed: gpg --logger-fd 1 --verify /home/runner/work/_actions/codecov/codecov-action/v4.6.0/dist/codecov.SHA256SUM.sig /home/runner/work/_actions/codecov/codecov-action/v4.6.0/dist/codecov.SHA256SUM
@vsarunas
Copy link
Author

vsarunas commented Oct 1, 2024

Need to use version with v in front:

    - name: Upload codecov
      uses: codecov/[email protected]
      with: 
        #token: ${{ secrets.CODECOV_REPO_TOKEN }}
        version: v0.7.3
        files: info.lcov
        fail_ci_if_error: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant