Compare commits

..

1 commit

Author SHA1 Message Date
f420305d0c
feat: use download-artifact instead of manually downloading it
Some checks failed
/ check (treefmt) (push) Successful in 2s
/ check-renovaterc (push) Successful in 2s
/ report-size (push) Successful in 4s
/ report-download-check (push) Failing after 1s
This should hopefully work on private repos too!
2025-05-13 21:26:27 +02:00

View file

@ -50,7 +50,7 @@ jobs:
uses: https://git.salame.cl/actions/download-artifact@d8d0a99033603453ad2255e58720b460a0555e1e # v4 uses: https://git.salame.cl/actions/download-artifact@d8d0a99033603453ad2255e58720b460a0555e1e # v4
with: with:
name: report.json name: report.json
github-token: ${{ github.token }} github-token: ${{ secrets.ARTIFACT_TOKEN }}
run-id: 15 run-id: 15
- name: Verify report exists - name: Verify report exists
run: | run: |