diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index ac8f3db..23d5bd0 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -85,7 +85,7 @@ jobs: - name: Upload changed files if: env.CAN_FIX == 'true' && steps.changed_php.outputs.has_changes == 'true' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: fixes-php path: .artifacts/php @@ -177,7 +177,7 @@ jobs: - name: Upload changed files if: env.CAN_FIX == 'true' && steps.changed_node.outputs.has_changes == 'true' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: fixes-node path: .artifacts/node