mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 09:04:21 +00:00
workflow: Update actions/upload-artifact to v6 (#824)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e5938328d6
commit
d2ac38862b
2
.github/workflows/decomp-dev.yml
vendored
2
.github/workflows/decomp-dev.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Run report generator for decomp.dev
|
||||
run: python .github/scripts/decomp-dev.py --version ${{ matrix.version }} -o report.json
|
||||
- name: Upload report
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: ${{ matrix.version }}_report
|
||||
path: report.json
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
}' > review-data/event.json
|
||||
|
||||
- name: Upload review info
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: review-event
|
||||
path: review-data/event.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue