Compare commits

..

1 commit

Author SHA1 Message Date
76fd026db4
feat: use download-artifact instead of manually downloading it
All checks were successful
/ check (treefmt) (push) Successful in 3s
/ check-renovaterc (push) Successful in 2s
/ report-size (push) Successful in 3s
This should hopefully work on private repos too!
2025-05-13 20:33:53 +02:00

View file

@ -145,7 +145,7 @@ runs:
- name: Download previous report - name: Download previous report
uses: https://git.salame.cl/actions/download-artifact@d8d0a99033603453ad2255e58720b460a0555e1e # v4 uses: https://git.salame.cl/actions/download-artifact@d8d0a99033603453ad2255e58720b460a0555e1e # v4
# Ensure the previous step succeeded # Ensure the previous step succeeded
if: inputs.do-comparison == 'true' && steps.previous_report.outcome == 'success' if: steps.previous_report.outcome == 'success'
with: with:
name: ${{ inputs.artifact-name }} name: ${{ inputs.artifact-name }}
github-token: ${{ inputs.github-token }} github-token: ${{ inputs.github-token }}