diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index c0b16e9..218a866 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -82,7 +82,7 @@ jobs: - name: Upload patch artifact if: > steps.check_changes.outcome == 'failure' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: formatting-patch path: formatting.patch