feat: use download-artifact instead of manually downloading it
Some checks failed
/ check (treefmt) (push) Successful in 3s
/ check-renovaterc (push) Successful in 3s
/ report-size (push) Failing after 2s

This should hopefully work on private repos too!
This commit is contained in:
Jalil David Salamé Messina 2025-05-13 20:01:37 +02:00
parent b079370cb2
commit 561ab5a516
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 48 additions and 80 deletions

View file

@ -35,6 +35,7 @@ jobs:
comment-on-pr: ${{ github.ref_name != 'main' }}
# Generate artifacts on main (to speed up comparisons)
generate-artifact: ${{ github.ref_name == 'main' }}
github-token: ${{ secrets.ARTIFACT_TOKEN }}
# Generate comparisons to main
do-comparison: 'true'
# This job's name (so we can find the artifacts)