hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
37 stars 51 forks source link

Publish Results CI step is failing #766

Closed quiet-node closed 1 month ago

quiet-node commented 1 month ago

Description

Publish Results CI step is failing https://github.com/hashgraph/hedera-smart-contracts/actions/runs/9165634751/job/25201371268?pr=731

Additional context

No response

Hedera network

other

Version

latest

Operating system

None

AlfredoG87 commented 1 month ago

It started to fail since this PR:

https://github.com/hashgraph/hedera-smart-contracts/pull/742

that updated the Action:

actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7

from:

actions/download-artifact@v3

rbarkerSL commented 1 month ago

If reverting to @v3 use the following commit:

actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2

From a CI perspective we require actions to be pinned to commits

AlfredoG87 commented 1 month ago

Thank you! We will try it out, and hopefully that will fix our CI 👍