diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 618e0a7..5c1abc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: - name: Upload the Diagnostic Report if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: diagnose.json.gz - path: ./diagnose.json.gz \ No newline at end of file + path: ./diagnose.json.gz