Compare commits

..

1 commit

Author SHA1 Message Date
bf9d3cb078
feat: use download-artifact instead of manually downloading it
Some checks failed
/ check (treefmt) (push) Successful in 3s
/ report-size (push) Failing after 2s
/ report-download-check (push) Has been skipped
This should hopefully work on private repos too!
2025-05-14 22:47:06 +02:00

View file

@ -142,7 +142,7 @@ runs:
--arg head_branch "${BASE_BRANCH:-$(default_branch)}" \
'[.workflow_runs[] | select(.name == $name and .head_branch == $head_branch)] | first | .run_number')
echo "run-id=$run_id" >> "$GITHUB_OUTPUT"
echo "run-id=${{ github.run_id }}" >> "$GITHUB_OUTPUT"
log Would try to download "$ARTIFACT_NAME" from "$run_id"
- name: Download previous report
uses: https://git.salame.cl/actions/download-artifact@d8d0a99033603453ad2255e58720b460a0555e1e # v4