How can I verify restored data integrity when using GitHub Actions artifact backup and restore?
I need to confirm that data recovered from a GitHub Actions artifact exactly matches the original backup before using it in subsequent jobs. The workflow uses actions/upload-artifact@v3 to store a build output and actions/download-artifact@v3 to retrieve it in a later run, all on an ubuntu-latest runner with the artifact retained for the default 90‑day perio