diff --git a/.github/workflows/decomp-dev.yml b/.github/workflows/decomp-dev.yml index 9039ef915..8f416dce9 100644 --- a/.github/workflows/decomp-dev.yml +++ b/.github/workflows/decomp-dev.yml @@ -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 diff --git a/.github/workflows/pr-status-label-review-trigger.yml b/.github/workflows/pr-status-label-review-trigger.yml index ae6f53006..f30d00b16 100644 --- a/.github/workflows/pr-status-label-review-trigger.yml +++ b/.github/workflows/pr-status-label-review-trigger.yml @@ -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