fix: use local cache of upload-artifact
This should reduce the load on forgejo's servers and improve my own CI
This commit is contained in:
parent
5c40a31e3e
commit
b079370cb2
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ runs:
|
|||
log 'Reporting on sizes'
|
||||
"$GITHUB_ACTION_PATH/comment_on_pr.sh" report.json
|
||||
- name: Upload Artifact
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||
uses: https://git.salame.cl/actions/upload-artifact@v4
|
||||
if: inputs.generate-artifact == 'true'
|
||||
with:
|
||||
path: report.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue