qiskit-community / qiskit-nature

Qiskit Nature is an open-source, quantum computing, framework for solving quantum mechanical natural science problems.
https://qiskit-community.github.io/qiskit-nature/
Apache License 2.0
290 stars 197 forks source link

Update upload/download-artifact actions versions #1317

Closed woodsp-ibm closed 5 months ago

woodsp-ibm commented 5 months ago

Summary

CI is reporting current actions are deprecated. This updates the upload, download and cache actions. I will add a dependabot config in a subsequent PR, but as I found out on qiskit machine learning it does the update PRs one for each action and there the upload and download PRs would fail but it turns out doing them together is fine. So it seems the is some version incompatibility where it cannot find the uploaded file in the download artifact CI part when the versions are different. Hence this PR to get this sorted. I'll leave the other actions unchanged so as we can check dependabot is running ok once the config for it is added/merged.

Details and comments

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 7732261733


Totals Coverage Status
Change from base Build 7730719001: 0.0%
Covered Lines: 8785
Relevant Lines: 10125

💛 - Coveralls