Compare commits

..

1 commit

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

View file

@ -46,11 +46,11 @@ jobs:
runs-on: nixos runs-on: nixos
needs: report-size needs: report-size
steps: steps:
- 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: 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 }}
# run-id: ${{ steps.previous-report.outputs.run-id }} # run-id: ${{ steps.previous-report.outputs.run-id }}