fix: use local cache of upload-artifact #16
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ runs:
|
||||||
log 'Reporting on sizes'
|
log 'Reporting on sizes'
|
||||||
"$GITHUB_ACTION_PATH/comment_on_pr.sh" report.json
|
"$GITHUB_ACTION_PATH/comment_on_pr.sh" report.json
|
||||||
- name: Upload Artifact
|
- 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'
|
if: inputs.generate-artifact == 'true'
|
||||||
with:
|
with:
|
||||||
path: report.json
|
path: report.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue